aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/Audio
diff options
context:
space:
mode:
authorGuglioIsStupid <guglioisbusiness@gmail.com>2026-03-06 02:45:25 -0500
committerGitHub <noreply@github.com>2026-03-06 01:45:25 -0600
commitde46641cdaba54b49e8ac76a0d3430eed0913139 (patch)
tree95b8b401007768fe345405d947cf0bf25274916b /Minecraft.Client/Common/Audio
parent0469e982ce16da9f381384ec48d0715b09ee72b3 (diff)
Reimplement miles sound artifacts, Stone Brick Stairs recipe, and craft sound (#684)
* Reimplement miles sound artifacts * Fix stone brick stairs recipe * Fix craft and scroll sound
Diffstat (limited to 'Minecraft.Client/Common/Audio')
-rw-r--r--Minecraft.Client/Common/Audio/SoundEngine.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Minecraft.Client/Common/Audio/SoundEngine.cpp b/Minecraft.Client/Common/Audio/SoundEngine.cpp
index 534fc54d..b2ca2be3 100644
--- a/Minecraft.Client/Common/Audio/SoundEngine.cpp
+++ b/Minecraft.Client/Common/Audio/SoundEngine.cpp
@@ -266,10 +266,7 @@ void SoundEngine::updateMiniAudio()
ma_sound_set_volume(&s->sound, finalVolume);
- if (!s->info.bUseSoundsPitchVal)
- {
- ma_sound_set_pitch(&s->sound, s->info.pitch);
- }
+ ma_sound_set_pitch(&s->sound, s->info.pitch);
if (s->info.bIs3D)
{