diff --git a/src/rtext.c b/src/rtext.c index 66ccc78ca..318210489 100644 --- a/src/rtext.c +++ b/src/rtext.c @@ -1071,7 +1071,7 @@ void DrawFPS(int posX, int posY) { const int fps = GetFPS(); - Color color = + const Color color = fps < 15 ? RED : // Low FPS fps < 30 ? ORANGE : // Warning FPS LIME; // Good FPS