Skip to content

Commit

Permalink
Readd voiceovers
Browse files Browse the repository at this point in the history
  • Loading branch information
ethandbrand committed Aug 28, 2018
1 parent 70d7564 commit 41f93cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Assets/_Scripts/UtilityOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ void Start()
//}
#endregion

//audioSource = transform.Find("Voiceover").GetComponent<AudioSource>();
audioSource = transform.Find("Voiceover").GetComponent<AudioSource>();
}

void Update()
{
/*

if (!SettingsVariables.narration && audioSource && audioSource.isPlaying)
{
audioSource.Stop();
Expand All @@ -54,6 +54,6 @@ void Update()
audioSource.Play();
alreadyPlayed = true;
}
*/

}
}

0 comments on commit 41f93cb

Please sign in to comment.