summaryrefslogtreecommitdiffhomepage
path: root/examples/core/core_random_values.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/core/core_random_values.c')
-rw-r--r--examples/core/core_random_values.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/core/core_random_values.c b/examples/core/core_random_values.c
index 52dabe0a..260e708c 100644
--- a/examples/core/core_random_values.c
+++ b/examples/core/core_random_values.c
@@ -50,7 +50,7 @@ int main(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();
//----------------------------------------------------------------------------------