summaryrefslogtreecommitdiffhomepage
path: root/examples/web/textures/textures_rectangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/textures/textures_rectangle.c')
-rw-r--r--examples/web/textures/textures_rectangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/textures/textures_rectangle.c b/examples/web/textures/textures_rectangle.c
index cb2b7d5..6f14c5f 100644
--- a/examples/web/textures/textures_rectangle.c
+++ b/examples/web/textures/textures_rectangle.c
@@ -115,7 +115,7 @@ void UpdateDrawFrame(void)
DrawRectangleLines(15 + frameRec.x, 40 + frameRec.y, frameRec.width, frameRec.height, RED);
DrawText("FRAME SPEED: ", 165, 210, 10, DARKGRAY);
- DrawText(FormatText("%02i FPS", framesSpeed), 575, 210, 10, DARKGRAY);
+ DrawText(TextFormat("%02i FPS", framesSpeed), 575, 210, 10, DARKGRAY);
DrawText("PRESS RIGHT/LEFT KEYS to CHANGE SPEED!", 290, 240, 10, DARKGRAY);
for (int i = 0; i < MAX_FRAME_SPEED; i++)