From 72fac1b9dff43acfefdd130e141be13a236f8b61 Mon Sep 17 00:00:00 2001 From: m-Torio <155281192+m-Torio@users.noreply.github.com> Date: Sat, 30 Dec 2023 21:37:52 -0700 Subject: [PATCH] Update rtext.c --- src/rtext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rtext.c b/src/rtext.c index edb38070a..2f6477d26 100644 --- a/src/rtext.c +++ b/src/rtext.c @@ -1089,6 +1089,7 @@ void DrawFPS(int posX, int posY) DrawText(TextFormat("%2i FPS", fps), posX, posY, 20, color); } +// Draw current FPS, but based on one user-specified color void DrawFPS(int posX, int posY, Color color) { int fps = GetFPS();