Add function to get appropriate SongPosition.
This restore highlighting areas in Song Timing. This does NOT readjust the highlighted area when timing modes are switched.
This commit is contained in:
@@ -580,6 +580,10 @@ private:
|
||||
* @brief Retrieve the appropriate TimingData based on GAMESTATE.
|
||||
* @return the proper TimingData. */
|
||||
TimingData & GetAppropriateTiming() const;
|
||||
/**
|
||||
* @brief Retrieve the appropriate SongPosition data based on GAMESTATE.
|
||||
* @return the proper SongPosition. */
|
||||
SongPosition & GetAppropriatePosition() const;
|
||||
void SetBeat(float fBeat);
|
||||
float GetBeat();
|
||||
int GetRow();
|
||||
|
||||
Reference in New Issue
Block a user