main: remove a "game" instance that isn't usefull
This commit is contained in:
parent
f3855c5539
commit
eab1044dc7
1 changed files with 0 additions and 1 deletions
1
main.lua
1
main.lua
|
@ -29,7 +29,6 @@ end
|
|||
|
||||
function love.update(dt)
|
||||
core:update(dt)
|
||||
game:update(dt)
|
||||
end
|
||||
|
||||
function love.draw()
|
||||
|
|
Loading…
Reference in a new issue