v1.2.0: adjusted default fullscreen for desktop, and platform checking
This commit is contained in:
@@ -64,7 +64,7 @@ public class SPDSettings extends GameSettings {
|
||||
}
|
||||
|
||||
public static boolean fullscreen() {
|
||||
return getBoolean( KEY_FULLSCREEN, false );
|
||||
return getBoolean( KEY_FULLSCREEN, DeviceCompat.isDesktop() );
|
||||
}
|
||||
|
||||
public static void landscape( boolean value ){
|
||||
|
||||
Reference in New Issue
Block a user