Fixed dynamic asset loading.
This commit is contained in:
@ -30,6 +30,7 @@ int32_t DawnGame::init() {
|
||||
}
|
||||
|
||||
int32_t DawnGame::update(float_t delta) {
|
||||
this->assetManager.update();
|
||||
this->inputManager.update();
|
||||
this->timeManager.update(delta);
|
||||
|
||||
|
Reference in New Issue
Block a user