update comment

This commit is contained in:
Glenn Maynard
2006-12-13 18:38:07 +00:00
parent 95f72debdc
commit 7fecf43f1d
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -34,9 +34,9 @@ public:
* RageSound::CommitPlayingPosition. */
virtual int64_t GetPosition() const = 0;
/* 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::SoundIsFinishedPlaying(). */
/* When a sound is finished playing (GetDataToPlay returns 0) and the sound has
* been completely flushed (so GetPosition is no longer meaningful), call
* RageSoundBase::SoundIsFinishedPlaying(). */
/* Optional, if needed: */
virtual void Update() { }