From 6ecbbcc282bb25fae4bcd2e9f394adb74ac60ae7 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 6 Dec 2023 18:41:01 +0200 Subject: Files management functions. --- examples/window/main.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/window/main.lua') 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 -- cgit v1.2.3