From cdc71b248d67fa5d1ac10a4a35ac3a58f757255e Mon Sep 17 00:00:00 2001 From: BDKPlayer Date: Fri, 31 Jul 2020 16:14:55 +0200 Subject: Working minimal version --- Debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Debug.cpp') diff --git a/Debug.cpp b/Debug.cpp index 5ee1f42..d86d139 100644 --- a/Debug.cpp +++ b/Debug.cpp @@ -18,9 +18,9 @@ void Debug::OnMenuMainWindow() ImGui::Separator(); ImGui::Text("Debug"); //ImGui::Text("Idle: %d", idleUnit); - if (ImGui::Button("Flare")) + if (ImGui::Button("nothing")) { - Engine::Get()->Flare(100.f, 100.f); + } ImGui::Separator(); } -- cgit v1.2.3