Add comment

This commit is contained in:
Chandler Cox
2024-08-06 21:39:45 -05:00
parent 17a444ad49
commit 201fa888dd

View File

@@ -432,6 +432,8 @@ void AudioSource::Update()
Stop(); Stop();
} }
} }
// Reset starting to play value
if (_startingToPlay) if (_startingToPlay)
{ {
_startingToPlay = false; _startingToPlay = false;