mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 09:11:59 +00:00
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
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user