diff --git a/tutorial/lighter/butaneLighter.js b/tutorial/lighter/butaneLighter.js index e5400c60f3..574c2be6c6 100644 --- a/tutorial/lighter/butaneLighter.js +++ b/tutorial/lighter/butaneLighter.js @@ -14,7 +14,7 @@ }; const LIGHTER_ON_SOUND_URL = getResourceURL('tutorial_sounds/lighter_on.wav'); - const BUTANE_SOUND_URL = getResourceURL('tutorial_sound/butane.wav'); + const BUTANE_SOUND_URL = getResourceURL('tutorial_sounds/butane.wav'); // TODO: fix this in the client, changing the sound volume while a sound is playing doesn't seem to work right now const DYNAMIC_SOUND_VOLUME = false;