m_NotesType => m_StepsType
split NoteDataUtil to sep file
This commit is contained in:
@@ -84,7 +84,7 @@ PlayerNumber StyleDef::ControllerToPlayerNumber( GameController controller ) con
|
||||
|
||||
bool StyleDef::MatchesNotesType( StepsType type ) const
|
||||
{
|
||||
if(type == m_NotesType) return true;
|
||||
if(type == m_StepsType) return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user