Open GaelS opened 5 years ago
An error occured when entering too quickly in a "house". It executes componentWillUnMount which calls stopMusic but the latter is only defined when the wav file is loaded. Therefore on slow network it leads to crash.
componentWillUnMount
stopMusic
I created this small PR to fix that.
An error occured when entering too quickly in a "house". It executes
componentWillUnMount
which callsstopMusic
but the latter is only defined when the wav file is loaded. Therefore on slow network it leads to crash.I created this small PR to fix that.