Spawn different objects withing level
This commit is contained in:
@@ -202,7 +202,7 @@ void PlayerController::resetKeyboard() {
|
||||
}
|
||||
|
||||
void PlayerController::updateControls(float delta){
|
||||
player->update(level, input, delta);
|
||||
player->updateInput(level, input, delta);
|
||||
}
|
||||
|
||||
void PlayerController::updateInteraction(){
|
||||
|
||||
Reference in New Issue
Block a user