summaryrefslogtreecommitdiffhomepage
path: root/src/core.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/core.c
parent9bea64b5e460b20b655f951d1b3a6293c9fa9c3e (diff)
downloadraylib-bb73a8089a0b0947fa1c75420ad69ad8285aac76.tar.gz
raylib-bb73a8089a0b0947fa1c75420ad69ad8285aac76.zip
Reviewed DrawFPS() comment
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 7fbfd2ce..99b4fa28 100644
--- a/src/core.c
+++ b/src/core.c
@@ -2496,7 +2496,7 @@ int GetFPS(void)
return (int)roundf(1.0f/average);
}
-// Returns time in seconds for last frame drawn
+// Returns time in seconds for last frame drawn (delta time)
float GetFrameTime(void)
{
return (float)CORE.Time.frame;