From 7bd7c4d4049c2da6b212ec0448151f66b0655918 Mon Sep 17 00:00:00 2001 From: Robert Vokac Date: Sat, 21 Dec 2024 19:36:37 +0100 Subject: [PATCH] Some fixes and cleanup III --- InputPad.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {