Some fixes and cleanup III

This commit is contained in:
Robert Vokac 2024-12-21 19:36:37 +01:00
parent 40a5ce2228
commit 7bd7c4d404

View File

@ -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++)
{