diff --git a/InputPad.cs b/InputPad.cs index ef85895..92efd92 100644 --- a/InputPad.cs +++ b/InputPad.cs @@ -292,7 +292,7 @@ namespace WindowsPhoneSpeedyBlupi float screenHeight = game1.getGraphics().GraphicsDevice.Viewport.Height; float screenRatio = screenWidth / screenHeight; - if (Def.PLATFORM == Platform.Android &&screenRatio < 1.3333333333333333) + if (Def.PLATFORM == Platform.Android &&screenRatio > 1.3333333333333333) { for (int i = 0; i < touchesOrClicks.Count; i++) {