We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb65df5 + b9a835b commit 27ac5aeCopy full SHA for 27ac5ae
_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