mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-20 02:08:14 +00:00
Reviewed DrawFPS() comment
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user