mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Editor: Get rid of some debugging output
This commit is contained in:
parent
8174dfa779
commit
c66201dd22
|
@ -4388,7 +4388,6 @@ void CEditor::RenderFileDialog()
|
||||||
if(m_FileList[NewIndex].m_IsVisible)
|
if(m_FileList[NewIndex].m_IsVisible)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
dbg_msg("DEBUG", "NewIndex='%d'", NewIndex);
|
|
||||||
}
|
}
|
||||||
if(Input()->GetEvent(i).m_Key == KEY_UP)
|
if(Input()->GetEvent(i).m_Key == KEY_UP)
|
||||||
{
|
{
|
||||||
|
@ -4397,7 +4396,6 @@ void CEditor::RenderFileDialog()
|
||||||
if(m_FileList[NewIndex].m_IsVisible)
|
if(m_FileList[NewIndex].m_IsVisible)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
dbg_msg("DEBUG", "NewIndex='%d'", NewIndex);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(NewIndex > -1 && NewIndex < m_FileList.size())
|
if(NewIndex > -1 && NewIndex < m_FileList.size())
|
||||||
|
|
Loading…
Reference in a new issue