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