add attr in init list
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user