diff options
Diffstat (limited to 'test/main.lua')
| -rw-r--r-- | test/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.lua b/test/main.lua index 0fc9be3..bd0858e 100644 --- a/test/main.lua +++ b/test/main.lua @@ -17,7 +17,7 @@ function test_graphics() while window_running() do begin_drawing() - clear_window(color.RAYWHITE) + clear_window(color.BLACK) draw_fps() end_drawing() end |
