Fixed a stupid typo in previous commit
This commit is contained in:
parent
dd80df2cf2
commit
98c383bf7d
@ -47,7 +47,7 @@ public class GraphicsBackend {
|
||||
private static boolean allowDisablingCursor;
|
||||
static {
|
||||
String key = GraphicsBackend.class.getName() + ".allowDisablingCursor";
|
||||
allowDisablingCursor = Boolean.parseBoolean(System.getProperty(key, "false"));
|
||||
allowDisablingCursor = Boolean.parseBoolean(System.getProperty(key, "true"));
|
||||
}
|
||||
private static boolean forceCursorToCenter = false;
|
||||
|
||||
|
Reference in New Issue
Block a user