summaryrefslogtreecommitdiffhomepage
path: root/examples/web/core/core_random_values.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/core/core_random_values.c')
-rw-r--r--examples/web/core/core_random_values.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/core/core_random_values.c b/examples/web/core/core_random_values.c
index 9d7e70b..b997540 100644
--- a/examples/web/core/core_random_values.c
+++ b/examples/web/core/core_random_values.c
@@ -86,7 +86,7 @@ void UpdateDrawFrame(void)
DrawText("Every 2 seconds a new random value is generated:", 130, 100, 20, MAROON);
- DrawText(FormatText("%i", randValue), 360, 180, 80, LIGHTGRAY);
+ DrawText(TextFormat("%i", randValue), 360, 180, 80, LIGHTGRAY);
EndDrawing();
//----------------------------------------------------------------------------------