summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/window/main.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/window/main.lua b/examples/window/main.lua
index 808cccc..63c18d7 100644
--- a/examples/window/main.lua
+++ b/examples/window/main.lua
@@ -25,6 +25,4 @@ end
function RL.draw()
RL.ClearBackground( RL.RAYWHITE )
RL.DrawText( text, textPos, 20, textColor )
-
- RL.DrawCircle( { 300, 300 }, 180, RL.BLACK )
end