aboutsummaryrefslogtreecommitdiff
path: root/Debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Debug.cpp')
-rw-r--r--Debug.cpp4
1 files changed, 2 insertions, 2 deletions
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();
}