battlesystem: fix asset being updated twice

This commit is contained in:
Kazhnuz 2019-03-31 09:46:34 +02:00
parent 57a24891bb
commit 2bff01ab8a

View file

@ -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)