Oops, fixed compilation
This commit is contained in:
@@ -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" />
|
||||
|
||||
Submodule project/jni/application/hid-pc-keyboard/src updated: c0a12cb31d...7728c49e25
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user