stop accessing m_vpSteps directly
This commit is contained in:
@@ -359,7 +359,7 @@ bool KSFLoader::LoadFromDir( CString sDir, Song &out )
|
||||
continue;
|
||||
}
|
||||
|
||||
out.m_vpSteps.push_back( pNewNotes );
|
||||
out.AddSteps( pNewNotes );
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user