small debuggabilty improvements (scouting for an avatar bug)

This commit is contained in:
2023-10-21 18:07:06 +02:00
parent 869edb8d84
commit e7db39d20a
4 changed files with 21 additions and 12 deletions

View File

@ -109,7 +109,7 @@ void SettingsWindow::render(void) {
if (ImGui::BeginMenuBar()) {
ImGui::Separator();
if (ImGui::BeginMenu("Settings")) {
if (ImGui::MenuItem("show settings window")) {
if (ImGui::MenuItem("settings window")) {
_show_window = true;
}
ImGui::EndMenu();