diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-10-30 12:26:48 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-10-30 12:26:48 +0100 |
commit | 51787d2240b8836b31e38e0590090bbb9041d8c2 (patch) | |
tree | 9d18db6661cc208a1ae4dba8097437a6a09ab39c /Debug.cpp | |
parent | f873d61f36a46c42cc444dcb596f0d354ae3d202 (diff) | |
parent | 822b531a4f9b8120f1126fbaec085b8b6fab4c57 (diff) |
Merge branch 'master' of https://github.com/simonsan/Age_of_Empires_II_Definitive-Edition-SDKHEADmaster
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Debug.cpp')
-rw-r--r-- | Debug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); } |