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

@ -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)
{