We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb65df5 commit b9a835bCopy full SHA for b9a835b
_includes/samples/sdl2_image/main.c
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
58
// Clear the screen
59
SDL_RenderClear(renderer);
60
61
- // Draw a red square
+ // Draw the 'grass' sprite
62
SDL_RenderCopy(renderer, sprite, NULL, &sprite_rect);
63
64
// Draw everything on a white background
0 commit comments