add attr in init list

This commit is contained in:
SweetId
2022-07-26 18:19:25 +02:00
parent d7ed6f9d8e
commit 34c9031428

View File

@@ -98,6 +98,8 @@ namespace Nz
Imgui::Imgui(Config config)
: ModuleBase("Imgui", this)
, m_bMouseMoved(false)
, m_bWindowHasFocus(false)
{
ImGui::CreateContext();
ImGuiIO& io = ImGui::GetIO();