battlesystem: fix asset being updated twice
This commit is contained in:
parent
57a24891bb
commit
2bff01ab8a
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ function BattleSystem:update(dt)
|
|||
self.hud:update(dt)
|
||||
self.battlearena:update(dt)
|
||||
self.cursor:update(dt)
|
||||
self.assets:update(dt)
|
||||
|
||||
self.actormanager:update(dt)
|
||||
self.menu:update(dt)
|
||||
|
|
Loading…
Reference in a new issue