pausa & readme hotfix
This commit is contained in:
+2
-1
@@ -39,7 +39,8 @@ Level::~Level(){
|
||||
}
|
||||
|
||||
void Level::update(float delta, bool updatePlayer, bool interactions) {
|
||||
playerController->update_controls(delta, updatePlayer);
|
||||
if (updatePlayer)
|
||||
playerController->update_controls(delta, updatePlayer);
|
||||
if (interactions) {
|
||||
playerController->update_interaction();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user