summaryrefslogtreecommitdiffhomepage
path: root/examples/web/core/core_window_flags.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/core/core_window_flags.c')
-rw-r--r--examples/web/core/core_window_flags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/core/core_window_flags.c b/examples/web/core/core_window_flags.c
index f3448e9..55eacb1 100644
--- a/examples/web/core/core_window_flags.c
+++ b/examples/web/core/core_window_flags.c
@@ -145,7 +145,7 @@ int main(void)
DrawFPS(10, 10);
- DrawText(FormatText("Screen Size: [%i, %i]", GetScreenWidth(), GetScreenHeight()), 10, 40, 10, GREEN);
+ DrawText(TextFormat("Screen Size: [%i, %i]", GetScreenWidth(), GetScreenHeight()), 10, 40, 10, GREEN);
// Draw window state info
DrawText("Following flags can be set after window creation:", 10, 60, 10, GRAY);