diff options
| author | Ray <[email protected]> | 2021-03-24 17:06:32 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-24 17:06:32 +0100 |
| commit | bb73a8089a0b0947fa1c75420ad69ad8285aac76 (patch) | |
| tree | cad05a1016a8ac4be23ed1dc307a01f5e0389c52 /src/text.c | |
| parent | 9bea64b5e460b20b655f951d1b3a6293c9fa9c3e (diff) | |
| download | raylib-bb73a8089a0b0947fa1c75420ad69ad8285aac76.tar.gz raylib-bb73a8089a0b0947fa1c75420ad69ad8285aac76.zip | |
Reviewed DrawFPS() comment
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -813,7 +813,7 @@ void UnloadFont(Font font) } } -// Shows current FPS on top-left corner +// Draw current FPS // NOTE: Uses default font void DrawFPS(int posX, int posY) { |
