mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
ImguiSystem: use initializer list for constructor
This commit is contained in:
parent
2f618bbe04
commit
a6a0226481
@ -14,10 +14,10 @@
|
||||
// Constructors/Destructors.
|
||||
//-----------------------------------------------------------------------------
|
||||
CImguiSystem::CImguiSystem()
|
||||
: m_enabled(true)
|
||||
, m_initialized(false)
|
||||
, m_hasNewFrame(false)
|
||||
{
|
||||
m_initialized = false;
|
||||
m_enabled = true;
|
||||
m_hasNewFrame = false;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user