v3.2.3: implemented mostly complete new iOS inset support
This commit is contained in:
committed by
Evan Debenham
parent
0a6a93ec47
commit
452f944678
@@ -66,7 +66,7 @@ public class DeviceCompat {
|
||||
|
||||
//...and in the Y dimension
|
||||
public static float getRealPixelScaleY(){
|
||||
return ((Gdx.graphics.getBackBufferHeight()-Game.bottomInset) / (float)Game.height );
|
||||
return (Gdx.graphics.getBackBufferHeight() / (float)Game.height );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user