index
:
age_of_empires_ii_definitive-edition.git
Age of Empires 2 - Definitive Edition ESP
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
Debug.cpp
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'Debug.cpp')
-rw-r--r--
Debug.cpp
4
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();
}