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/core.c | |
| parent | 9bea64b5e460b20b655f951d1b3a6293c9fa9c3e (diff) | |
| download | raylib-bb73a8089a0b0947fa1c75420ad69ad8285aac76.tar.gz raylib-bb73a8089a0b0947fa1c75420ad69ad8285aac76.zip | |
Reviewed DrawFPS() comment
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
