Made types clone copieble
This commit is contained in:
parent
89e95cfe54
commit
b561d2eac6
14 changed files with 30 additions and 26 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue