add on_update event
This commit is contained in:
@@ -50,6 +50,7 @@ void LevelController::update(float delta, bool input, bool pause) {
|
||||
}
|
||||
blocks->update(delta);
|
||||
level->entities->updatePhysics(delta);
|
||||
level->entities->update();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user