From 612ede6da40550fc0b14c1370f616fc6e83df550 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 21 Feb 2022 19:05:05 +0200 Subject: Documentation. waving_cubes example and RL_DrawFPS and RL_ColorFromHSV. --- examples/window/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/window') diff --git a/examples/window/main.lua b/examples/window/main.lua index d49d96a..ec25dd3 100644 --- a/examples/window/main.lua +++ b/examples/window/main.lua @@ -18,6 +18,6 @@ function process( delta ) end function draw() - RL_ClearBackground( RAYWHITE ); - RL_DrawText( 0, "Congrats! You created your first window!", textPos, 20, 2, textColor ); + RL_ClearBackground( RAYWHITE ) + RL_DrawText( 0, "Congrats! You created your first window!", textPos, 20, 2, textColor ) end -- cgit v1.2.3