pausa & readme hotfix
This commit is contained in:
parent
f182d30f14
commit
a9193ae4d9
@ -11,7 +11,6 @@
|
||||
- <kbd>**RMB**</kbd> - place block
|
||||
- <kbd>**F**</kbd> - toggle flight mode
|
||||
- <kbd>**N**</kbd> - noclip mode
|
||||
- <kbd>**Esc**</kbd> - exit
|
||||
|
||||
#### Build with CMake
|
||||
```sh
|
||||
|
||||
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user