From a487338c3f0d176c800a46d940a0951c8ae3d423 Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Mon, 20 Dec 2021 13:52:30 -0500 Subject: [PATCH] Fixed some weird submodule issues --- .gitignore | 2 +- Navigator/src/Navigator/Application.cpp | 1 - Navigator/vendor/imgui | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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