Update function names for consistency

This commit is contained in:
Caitlin Hennessy
2017-12-15 10:42:44 -08:00
parent d436bd1227
commit a02f364a4c
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ namespace pxsim.music {
return incr(buf)
}
export function stopSounds() {
export function stopAllSounds() {
SoundMethods.stop()
}
}