Disabled cursor scaling

This commit is contained in:
Anuken
2020-12-05 14:23:29 -05:00
parent 587c63fc92
commit cb3b43cc48

View File

@@ -67,7 +67,7 @@ public class Fonts{
}
public static int cursorScale(){
return Math.max(1, Mathf.round(Scl.scl(1f)));
return 1;
}
public static void loadFonts(){