Skip to content

Commit 27ac5ae

Browse files
authored
Merge pull request #63 from sblondon/fix-sprite-comment
fix: comment about sprite
2 parents fb65df5 + b9a835b commit 27ac5ae

File tree

1 file changed

+1
-1
lines changed
  • _includes/samples/sdl2_image

1 file changed

+1
-1
lines changed

_includes/samples/sdl2_image/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
5858
// Clear the screen
5959
SDL_RenderClear(renderer);
6060

61-
// Draw a red square
61+
// Draw the 'grass' sprite
6262
SDL_RenderCopy(renderer, sprite, NULL, &sprite_rect);
6363

6464
// Draw everything on a white background

0 commit comments

Comments
 (0)