feat(audio): add footstep sounds and fix audio listener orientation

This commit is contained in:
2026-07-07 11:20:17 +08:00
parent efd7af2c62
commit 68ddd78a6f
19 changed files with 137 additions and 27 deletions

View File

@@ -607,6 +607,8 @@ AABB ClientWorld::get_block_aabb(const glm::ivec3& pos) {
static_cast<float>(z + 1)}};
}
AudioEngine& ClientWorld::get_audio() { return m_audio; }
void ClientWorld::request_exit() {
if (m_receive_exit) {
return;