Content error messages

This commit is contained in:
MihailRis
2024-01-09 20:19:46 +03:00
parent dfeb7293b2
commit abd28514e4
4 changed files with 25 additions and 9 deletions
-7
View File
@@ -171,13 +171,6 @@ void PlayerController::updateKeyboard() {
input.cameraMode = Events::jactive(BIND_CAM_MODE);
input.noclip = Events::jactive(BIND_PLAYER_NOCLIP);
input.flight = Events::jactive(BIND_PLAYER_FLIGHT);
// block choice
for (int i = 1; i < 10; i++){
if (Events::jpressed(keycode::NUM_0+i)){
player->chosenItem = i;
}
}
}
void PlayerController::updateCamera(float delta, bool movement) {