Fixed up both KIU and DM support: the current behavior is as good as it will be without other changes outside of these files.
This commit is contained in:
@@ -26,9 +26,9 @@ private:
|
||||
bool m_bBPMChangeNeeded;
|
||||
bool m_bBPMStopNeeded;
|
||||
bool m_bTickChangeNeeded;
|
||||
int m_bTickCount;
|
||||
float m_bCurBeat;
|
||||
vector<RString> m_bNoteRows;
|
||||
int m_iTickCount;
|
||||
float m_fCurBeat;
|
||||
vector<RString> m_vNoteRows;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user