Made types clone copieble

This commit is contained in:
Willem Cazander 2022-04-11 20:17:32 +02:00
parent 89e95cfe54
commit b561d2eac6
14 changed files with 30 additions and 26 deletions

View file

@ -27,7 +27,7 @@ public class ImCharacter {
float yOff = p0.y + 19f;
float yFlip = -1f;
float scale = 0.0199f;
if (drawChar.getyMax() > 800) {
if (drawChar.getyMax() > 900) {
scale = 0.0100f;
}
ImGlyphPathCommand first = null;