GetDisplayedSpeedPercent should be const

This commit is contained in:
Thai Pangsakulyanont
2011-05-24 12:27:03 +07:00
parent aa0eb7f5d7
commit 5cde717547
+1 -1
View File
@@ -1594,7 +1594,7 @@ public:
*/
void AddSpeedSegment( const SpeedSegment &seg );
float GetDisplayedSpeedPercent( float fBeat, float fMusicSeconds );
float GetDisplayedSpeedPercent( float fBeat, float fMusicSeconds ) const;
/**
* @brief Determine when the fakes end.