diff --git a/.gitignore b/.gitignore index b2a2edb..82efdb5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ Makefile *.make *.user - +*.ini Navigator/Makefile NavProject/Makefile diff --git a/Navigator/src/Navigator/Application.cpp b/Navigator/src/Navigator/Application.cpp index ef99c8b..b0ef921 100644 --- a/Navigator/src/Navigator/Application.cpp +++ b/Navigator/src/Navigator/Application.cpp @@ -23,7 +23,6 @@ namespace Navigator { void Application::OnEvent(Event& event) { - NAV_TRACE("Found event: {0}", event); EventDispatcher dispatch(event); dispatch.Dispatch(BIND_EVENT_FUNCTION(Application::OnWindowCloseEvent)); for(auto iter = m_stack.end(); iter != m_stack.begin(); ) diff --git a/Navigator/vendor/imgui b/Navigator/vendor/imgui index 28ccdcc..c274a00 160000 --- a/Navigator/vendor/imgui +++ b/Navigator/vendor/imgui @@ -1 +1 @@ -Subproject commit 28ccdcc6b71e3af852c2c6240632f41c43a385ae +Subproject commit c274a0000f7712ff816d7429efca57eaaf8f680e