Oops, fixed compilation

This commit is contained in:
Sergii Pylypenko
2014-12-25 17:17:23 +02:00
parent 2a21ba82ad
commit 934f3981a9
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
android:alwaysRetainTaskState="true"
android:launchMode="singleTask"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|screenSize|smallestScreenSize"
android:windowSoftInputMode="stateUnspecified|adjustPan"
android:windowSoftInputMode="stateUnspecified"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View File

@@ -998,7 +998,7 @@ static void ANDROID_FlipHWSurfaceInternal(int numrects, SDL_Rect *rects)
}
}
if( SDL_ANDROID_ScreenVisibleRect.h <= 0 || )
if( SDL_ANDROID_ScreenVisibleRect.h <= 0 )
SDL_RenderCopy((struct SDL_Texture *)SDL_CurrentVideoSurface->hwdata, &rect, &dstrect);
else
{