Love:Mike: updated for 10.x compat

This commit is contained in:
Logen Kain 2017-08-11 10:57:28 -07:00
parent 7288d660ab
commit 2e1fff90e8

View File

@ -7,7 +7,7 @@ function Gamestates.title_draw()
end end
function Gamestates.title_update() function Gamestates.title_update()
if love.keyboard.isDown(" ") then if love.keyboard.isDown("space") then
gamestate.draw = Gamestates.main_draw gamestate.draw = Gamestates.main_draw
gamestate.update = Gamestates.main_update gamestate.update = Gamestates.main_update
end end