Skip to content

Commit

Permalink
Accidentally left this commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Oct 6, 2023
1 parent e2857fa commit a88353c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/PointerScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ void Update()
for (int i = 0; i < m_AudioSources.Length; i++)
{
// Adjust volume of each layer based on brush speed
// m_AudioSources[i].volume = LayerVolume(i, m_CurrentTotalVolume);
m_AudioSources[i].volume = LayerVolume(i, m_CurrentTotalVolume);
m_AudioSources[i].pitch += fPitchAdjust;
}
}
Expand Down

0 comments on commit a88353c

Please sign in to comment.