fix open project menu

This commit is contained in:
scawful
2024-07-13 19:41:38 -04:00
parent 6d125a94c0
commit 4c23ea5e54

View File

@@ -413,8 +413,8 @@ void MasterEditor::DrawYazeMenu() {
ImGui::Text("ROM: %s", current_project_.rom_filename_.c_str());
ImGui::Text("Labels: %s", current_project_.labels_filename_.c_str());
ImGui::Text("Code: %s", current_project_.code_folder_.c_str());
ImGui::EndMenu();
}
ImGui::EndMenu();
}
DrawHelpMenu();