mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Reset AutoComplete vars when "Submit" button is clicked
This commit is contained in:
parent
6c002049a9
commit
b1d3a01a71
@ -221,6 +221,8 @@ void CConsole::BasePanel(bool* bDraw)
|
||||
memset(m_szInputBuf, '\0', 1);
|
||||
}
|
||||
m_bReclaimFocus = true;
|
||||
m_nSuggestPos = -1;
|
||||
m_bSuggestActive = false;
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user