Ensure chars don't overlap in atlas

This commit is contained in:
bloeys
2022-07-10 14:01:44 +04:00
parent 7fa94806a4
commit dbd77e9ce7
2 changed files with 28 additions and 17 deletions

View File

@ -92,6 +92,10 @@ func (gr *GlyphRend) DrawTextOpenGLAbs(text string, screenPos *gglm.Vec3, color
}
}
if PrintPositions {
println("")
}
}
}