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

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