parent
9d985a7417
commit
b9e14e8b1f
3 changed files with 2 additions and 7 deletions
|
|
@ -82,8 +82,8 @@ void FurnaceGUI::drawDebug() {
|
|||
|
||||
if (ImGui::Button("Panic")) e->syncReset();
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Abort (halts program)")) {
|
||||
e->youre_a_stinky_butt();
|
||||
if (ImGui::Button("Abort")) {
|
||||
abort();
|
||||
}
|
||||
ImGui::TreePop();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue