Reviewed DrawFPS() comment

This commit is contained in:
Ray
2021-03-24 17:06:32 +01:00
parent 9bea64b5e4
commit bb73a8089a
3 changed files with 4 additions and 4 deletions

View File

@@ -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;