TO SQUASH: Fix music issue.
This commit is contained in:
@@ -65,11 +65,7 @@ public class MusicManager : MonoBehaviour
|
||||
{
|
||||
if (needsReset)
|
||||
{
|
||||
if (audioSource.isPlaying)
|
||||
{
|
||||
audioSource.Stop();
|
||||
}
|
||||
|
||||
audioSource.Stop();
|
||||
audioSource.clip = null;
|
||||
clipsQueue.Clear();
|
||||
ResetQueue();
|
||||
|
||||
Reference in New Issue
Block a user