diff --git a/src/app/editor/overworld_editor.cc b/src/app/editor/overworld_editor.cc index 3da7724f..06868ecf 100644 --- a/src/app/editor/overworld_editor.cc +++ b/src/app/editor/overworld_editor.cc @@ -470,10 +470,8 @@ absl::Status OverworldEditor::DrawExperimentalModal() { }); if (ImGui::Button("Load Prototype Overworld with ROM graphics")) { - if (rom()->isLoaded() && !all_gfx_loaded_) { - RETURN_IF_ERROR(LoadGraphics()) - all_gfx_loaded_ = true; - } + RETURN_IF_ERROR(LoadGraphics()) + all_gfx_loaded_ = true; } gui::TextWithSeparators("Configuration");