modules/scenes: fix an oops
This commit is contained in:
parent
324a5854b7
commit
802e1a78a3
1 changed files with 2 additions and 2 deletions
|
@ -75,11 +75,11 @@ end
|
|||
-- KEYBOARD FUNCTIONS
|
||||
-- Add send keys functions to the scene
|
||||
|
||||
function SceneManager:keypressed( key, scancode, isrepeat )
|
||||
function Scene:keypressed( key, scancode, isrepeat )
|
||||
|
||||
end
|
||||
|
||||
function SceneManager:keyreleased( key )
|
||||
function Scene:keyreleased( key )
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue