add attr in init list
This commit is contained in:
parent
d7ed6f9d8e
commit
34c9031428
|
|
@ -98,6 +98,8 @@ namespace Nz
|
||||||
|
|
||||||
Imgui::Imgui(Config config)
|
Imgui::Imgui(Config config)
|
||||||
: ModuleBase("Imgui", this)
|
: ModuleBase("Imgui", this)
|
||||||
|
, m_bMouseMoved(false)
|
||||||
|
, m_bWindowHasFocus(false)
|
||||||
{
|
{
|
||||||
ImGui::CreateContext();
|
ImGui::CreateContext();
|
||||||
ImGuiIO& io = ImGui::GetIO();
|
ImGuiIO& io = ImGui::GetIO();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue