mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix incorrect ctor order
This commit is contained in:
parent
23b2d0174a
commit
dc6bdc4a3a
@ -46,8 +46,8 @@ CConsole::CConsole(void)
|
||||
, m_bSuggestActive(false)
|
||||
, m_bSuggestMoved(false)
|
||||
, m_bSuggestUpdate(false)
|
||||
, m_bActivate(false)
|
||||
, m_Style(ImGuiStyle_t::NONE)
|
||||
, m_bActivate(false)
|
||||
{
|
||||
m_nInputFlags =
|
||||
ImGuiInputTextFlags_EnterReturnsTrue |
|
||||
|
Loading…
x
Reference in New Issue
Block a user