This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed compile warning
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
src/video/SDL_renderer_sw.c
|
@@ -795,7 +795,6 @@ SW_RenderCopy(SDL_Renderer * renderer, SDL_Texture * texture, |
|
|
const SDL_Rect * srcrect, const SDL_Rect * dstrect) |
|
|
{ |
|
|
SW_RenderData *data = (SW_RenderData *) renderer->driverdata; |
|
|
SDL_Window *window = renderer->window; |
|
|
int status; |
|
|
|
|
|
if (data->renderer->info.flags & SDL_RENDERER_PRESENTCOPY) { |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.