summaryrefslogtreecommitdiffhomepage
path: root/src/text.c
diff options
context:
space:
mode:
authorRay <[email protected]>2021-03-24 17:06:32 +0100
committerRay <[email protected]>2021-03-24 17:06:32 +0100
commitbb73a8089a0b0947fa1c75420ad69ad8285aac76 (patch)
treecad05a1016a8ac4be23ed1dc307a01f5e0389c52 /src/text.c
parent9bea64b5e460b20b655f951d1b3a6293c9fa9c3e (diff)
downloadraylib-bb73a8089a0b0947fa1c75420ad69ad8285aac76.tar.gz
raylib-bb73a8089a0b0947fa1c75420ad69ad8285aac76.zip
Reviewed DrawFPS() comment
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index b9f59fe4..4a574908 100644
--- a/src/text.c
+++ b/src/text.c
@@ -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)
{