summaryrefslogtreecommitdiff
path: root/examples/window
diff options
context:
space:
mode:
Diffstat (limited to 'examples/window')
-rw-r--r--examples/window/main.lua4
1 files changed, 2 insertions, 2 deletions
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