audio listener configuration fix

This commit is contained in:
MihailRis
2024-05-05 19:51:14 +03:00
parent 2a77c24414
commit 75e56ebd83
6 changed files with 47 additions and 24 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ void LevelScreen::update(float delta) {
camera->position-camera->dir,
player->hitbox->velocity,
camera->dir,
camera->up
glm::vec3(0, 1, 0)
);
if (!hud->isPause()) {