Skip to content

Commit

Permalink
Fix examples/textures/textures_image_rotate.c help instructions (#3286)
Browse files Browse the repository at this point in the history
  • Loading branch information
asdqwe committed Sep 3, 2023
1 parent a69d401 commit c147ab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/textures/textures_image_rotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ int main(void)

DrawTexture(textures[currentTexture], screenWidth/2 - textures[currentTexture].width/2, screenHeight/2 - textures[currentTexture].height/2, WHITE);

DrawText("Press LEFT MOUSE BUTTON to rotate the image clockwise", 250, 420, 10, DARKGRAY);

EndDrawing();
//----------------------------------------------------------------------------------
}
Expand All @@ -76,4 +78,4 @@ int main(void)
//--------------------------------------------------------------------------------------

return 0;
}
}
Binary file modified examples/textures/textures_image_rotate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c147ab5

Please sign in to comment.