mirror of
https://github.com/openeggbert/mobile-eggbert-monogame-desktop.git
synced 2025-03-26 16:09:24 +01:00
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 screenHeight = game1.getGraphics().GraphicsDevice.Viewport.Height;
|
||||||
float screenRatio = screenWidth / screenHeight;
|
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++)
|
for (int i = 0; i < touchesOrClicks.Count; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user