src: update core on love update
This commit is contained in:
parent
9ae207647f
commit
f1031ec363
1 changed files with 4 additions and 0 deletions
|
@ -28,3 +28,7 @@ Core = require "core"
|
||||||
function love.load()
|
function love.load()
|
||||||
core = Core()
|
core = Core()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function love.update(dt)
|
||||||
|
core:update(dt)
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue