diff options
Diffstat (limited to 'examples/window/main.lua')
| -rw-r--r-- | examples/window/main.lua | 4 |
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 |
