Skip to content

Commit

Permalink
Update sound.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
stvene3004 authored Jul 2, 2024
1 parent 3117807 commit 518441b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function stop_custom_character_sound(m, sound)
if voice_sample.file.relativePath:match('^.+/(.+)$') == sound then
return voice_sample
end
audio_sample_destroy(voice_sample)
-- audio_sample_destroy(voice_sample)
end

--Play a custom character's sound
Expand Down Expand Up @@ -275,4 +275,4 @@ function on_sync_valid()
end

hook_event(HOOK_MARIO_UPDATE, custom_character_snore)
hook_event(HOOK_ON_SYNC_VALID, on_sync_valid)
hook_event(HOOK_ON_SYNC_VALID, on_sync_valid)

0 comments on commit 518441b

Please sign in to comment.