mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
delete comment code
This commit is contained in:
parent
c06e2d71cd
commit
3da2ba1f38
|
@ -115,9 +115,6 @@ bool CChat::OnInput(IInput::CEvent Event)
|
|||
if(m_Mode == MODE_NONE)
|
||||
return false;
|
||||
|
||||
// prevent freezing when input while reconnecting
|
||||
// if (!Input()->GetIMEState()) Input()->SetIMEState(true);
|
||||
|
||||
if(Input()->KeyIsPressed(KEY_LCTRL) && Input()->KeyPress(KEY_V))
|
||||
{
|
||||
const char *Text = Input()->GetClipboardText();
|
||||
|
|
Loading…
Reference in a new issue