fix(Nearby): crash on rendering (#1079)

Fixes #1078
This commit is contained in:
Andreas Maerten 2023-03-12 21:58:02 +01:00 committed by GitHub
parent 43fcc4cf6e
commit 11c0c2ab2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ namespace big
ImGui::SameLine(140.f);
components::command_checkbox<"pedrain">();
ImGui::SameLine(265.f);
components::command_checkbox<"pedscombat">();
components::command_checkbox<"riotmode">();
components::command_checkbox<"highalert">();
ImGui::SameLine(140.f);
components::command_checkbox<"pedrush">();