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)
|
function love.update(dt)
|
||||||
core:update(dt)
|
core:update(dt)
|
||||||
game:update(dt)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function love.draw()
|
function love.draw()
|
||||||
|
|
Loading…
Reference in a new issue