update comment

This commit is contained in:
Glenn Maynard
2004-04-07 04:20:32 +00:00
parent 514ad5b37e
commit 0f3ed7e635
+1 -1
View File
@@ -23,7 +23,7 @@ public:
/* When a sound is finished playing (GetPCM returns less than requested) and
* the sound has been completely flushed (so GetPosition is no longer meaningful),
* call RageSoundBase::StopPlaying(). Do *not* call it when StopMixing is called. */
* call RageSoundBase::SoundIsFinishedPlaying(). */
/* Optional, if needed: */
virtual void Update(float delta) { }