Show a combo if showing judgment, not if showing the note field.
This commit is contained in:
@@ -87,7 +87,7 @@ Player::Player( NoteData &nd, bool bShowNoteField, bool bShowJudgment ) : m_Note
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_pCombo = NULL;
|
m_pCombo = NULL;
|
||||||
if( bShowNoteField )
|
if( bShowJudgment )
|
||||||
{
|
{
|
||||||
m_pCombo = new Combo;
|
m_pCombo = new Combo;
|
||||||
this->AddChild( m_pCombo );
|
this->AddChild( m_pCombo );
|
||||||
|
|||||||
Reference in New Issue
Block a user