Some fixes and cleanup III
This commit is contained in:
parent
40a5ce2228
commit
7bd7c4d404
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user