mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +00:00
Fix editor cannot input
fix bug that press ctrl+shift+e enter editor and cannot input anything. fixed by TsFreddie
This commit is contained in:
parent
1b9c695652
commit
363d0f81a4
|
@ -2745,6 +2745,7 @@ void CClient::Run()
|
||||||
{
|
{
|
||||||
g_Config.m_ClEditor = g_Config.m_ClEditor^1;
|
g_Config.m_ClEditor = g_Config.m_ClEditor^1;
|
||||||
Input()->MouseModeRelative();
|
Input()->MouseModeRelative();
|
||||||
|
Input()->SetIMEState(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// render
|
// render
|
||||||
|
|
Loading…
Reference in a new issue