summaryrefslogtreecommitdiff
path: root/examples/gui
diff options
context:
space:
mode:
authorjussi2023-04-14 00:11:58 +0300
committerjussi2023-04-14 00:11:58 +0300
commitdc2edd69440fcc2470a45562149166695d4edbcc (patch)
tree25d4779859468d44958f41357af53396452c3f52 /examples/gui
parent895c7f1a06de2d89347909d62da41be9d62f0d09 (diff)
downloadreilua-enhanced-dc2edd69440fcc2470a45562149166695d4edbcc.tar.gz
reilua-enhanced-dc2edd69440fcc2470a45562149166695d4edbcc.tar.bz2
reilua-enhanced-dc2edd69440fcc2470a45562149166695d4edbcc.zip
Raygui wrapper lib.
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 } )