diff --git a/stepmania/src/arch/Sound/RageSoundDriver.h b/stepmania/src/arch/Sound/RageSoundDriver.h index a43e288130..8072c7ef32 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver.h +++ b/stepmania/src/arch/Sound/RageSoundDriver.h @@ -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) { }