summaryrefslogtreecommitdiff
path: root/examples/gui
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui')
-rw-r--r--examples/gui/main.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/gui/main.lua b/examples/gui/main.lua
index 7ae8237..25c4ed6 100644
--- a/examples/gui/main.lua
+++ b/examples/gui/main.lua
@@ -33,9 +33,6 @@ function RL.init()
RL.SetWindowPosition( { mPos[1] + mSize[1] / 2 - winSize[1] / 2, mPos[2] + mSize[2] / 2 - winSize[2] / 2 } )
end
-function RL.process( delta )
-end
-
function RL.draw()
RL.ClearBackground( { 50, 20, 75 } )