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:
GuglioIsStupid 2026-03-06 02:45:25 -05:00 committed by GitHub
parent 0469e982ce
commit de46641cda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13 additions and 6 deletions

View file

@ -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)
{