main: remove a "game" instance that isn't usefull

This commit is contained in:
Kazhnuz 2019-03-16 14:42:15 +01:00
parent f3855c5539
commit eab1044dc7

View file

@ -29,7 +29,6 @@ end
function love.update(dt)
core:update(dt)
game:update(dt)
end
function love.draw()