Disabled cursor scaling
This commit is contained in:
@@ -67,7 +67,7 @@ public class Fonts{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static int cursorScale(){
|
public static int cursorScale(){
|
||||||
return Math.max(1, Mathf.round(Scl.scl(1f)));
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void loadFonts(){
|
public static void loadFonts(){
|
||||||
|
|||||||
Reference in New Issue
Block a user