From fe3256be9fd20e4bc743934785f5a8a5d57a8832 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 12 Mar 2021 18:00:36 +0100 Subject: Renamed some functions to use latest raylib version --- examples/core/core_window_flags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/core') diff --git a/examples/core/core_window_flags.c b/examples/core/core_window_flags.c index 191b5c8a..1ecd451c 100644 --- a/examples/core/core_window_flags.c +++ b/examples/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); -- cgit v1.2.3