v0.3.1: fixed some bugs relating to display scaling and very small screens

This commit is contained in:
Evan Debenham
2015-07-17 23:47:30 -04:00
committed by Evan Debenham
parent 36ccb6d48d
commit a1e9b10358
4 changed files with 6 additions and 13 deletions
@@ -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 ****