diff options
Diffstat (limited to 'examples/window')
| -rw-r--r-- | examples/window/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/window/main.lua b/examples/window/main.lua index 6111ffa..99e8524 100644 --- a/examples/window/main.lua +++ b/examples/window/main.lua @@ -7,7 +7,7 @@ function RL.init() RL.SetWindowState( RL.FLAG_VSYNC_HINT ) end -function RL.process( delta ) +function RL.update( delta ) if RL.IsKeyPressed( RL.KEY_ENTER ) then local textSize = RL.MeasureText( RL.GetFontDefault(), text, 20, 2 ) local winSize = RL.GetScreenSize() |
