Skip to content

Commit

Permalink
Sound Manager update
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkezilla committed May 8, 2018
1 parent 7e20f8f commit 9cfa4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/SoundManager.cs
Expand Up @@ -149,7 +149,7 @@ private float GetVolume(string name, float fallBackVolume)
return fallBackVolume;
}

private AudioClip GetAudioClip(string name)
public AudioClip GetAudioClip(string name)
{
for (var i = 0; i < AudioList.Count; i++)
{
Expand Down

0 comments on commit 9cfa4c4

Please sign in to comment.