If we have note, use it.
This commit is contained in:
@@ -673,10 +673,10 @@ void ScreenEdit::Init()
|
||||
m_SnapDisplay.SetZoom( 0.5f );
|
||||
this->AddChild( &m_SnapDisplay );
|
||||
|
||||
if( NOTESKIN->DoesNoteSkinExist("note") )
|
||||
m_PlayerStateEdit.m_PlayerOptions.m_sNoteSkin = "note"; // change noteskin before loading all of the edit Actors
|
||||
m_PlayerStateEdit.m_PlayerNumber = PLAYER_1;
|
||||
m_PlayerStateEdit.m_PlayerOptions.m_sNoteSkin = GAMESTATE->m_pPlayerState[PLAYER_1]->m_PlayerOptions.m_sNoteSkin;
|
||||
if( NOTESKIN->DoesNoteSkinExist("note") )
|
||||
m_PlayerStateEdit.m_PlayerOptions.m_sNoteSkin = "note"; // change noteskin before loading all of the edit Actors
|
||||
|
||||
m_pSteps->GetNoteData( m_NoteDataEdit );
|
||||
m_NoteFieldEdit.SetXY( EDIT_X, EDIT_Y );
|
||||
|
||||
Reference in New Issue
Block a user