mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-23 09:43:52 +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:
parent
0469e982ce
commit
de46641cda
6 changed files with 13 additions and 6 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue