v3.2.2: Removed power saver, no longer useful now that we're Android 5+
This commit is contained in:
@@ -74,10 +74,8 @@ public class IOSPlatformSupport extends PlatformSupport {
|
||||
int insetChange = Gdx.graphics.getSafeInsetBottom() - Game.bottomInset;
|
||||
Game.bottomInset = Gdx.graphics.getSafeInsetBottom();
|
||||
Game.height -= insetChange;
|
||||
Game.dispHeight = Game.height;
|
||||
} else {
|
||||
Game.height += Game.bottomInset;
|
||||
Game.dispHeight = Game.height;
|
||||
Game.bottomInset = 0;
|
||||
}
|
||||
Gdx.gl.glViewport(0, Game.bottomInset, Game.width, Game.height);
|
||||
|
||||
Reference in New Issue
Block a user