v0.3.1: fixed some bugs relating to display scaling and very small screens
This commit is contained in:
committed by
Evan Debenham
parent
36ccb6d48d
commit
a1e9b10358
@@ -203,7 +203,6 @@ public class ShatteredPixelDungeon extends Game {
|
||||
|
||||
public static void scale( int value ) {
|
||||
Preferences.INSTANCE.put( Preferences.KEY_SCALE, value );
|
||||
resetScene();
|
||||
}
|
||||
|
||||
// *** IMMERSIVE MODE ****
|
||||
|
||||
Reference in New Issue
Block a user