add attr in init list

This commit is contained in:
SweetId 2022-07-26 18:19:25 +02:00
parent d7ed6f9d8e
commit 34c9031428
1 changed files with 2 additions and 0 deletions

View File

@ -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();