remove old graphics bin from ow editor
This commit is contained in:
@@ -71,8 +71,6 @@ absl::Status OverworldEditor::Update() {
|
||||
gfx_group_editor_.InitBlockset(&tile16_blockset_bmp_);
|
||||
RETURN_IF_ERROR(LoadEntranceTileTypes(*rom()));
|
||||
all_gfx_loaded_ = true;
|
||||
} else if (!rom()->is_loaded() && all_gfx_loaded_) {
|
||||
Shutdown();
|
||||
}
|
||||
|
||||
RETURN_IF_ERROR(UpdateFullscreenCanvas());
|
||||
@@ -1593,8 +1591,6 @@ void OverworldEditor::DrawOverworldSprites() {
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
absl::Status OverworldEditor::LoadGraphics() {
|
||||
graphics_bin_ = rom()->graphics_bin();
|
||||
|
||||
// Load the Link to the Past overworld.
|
||||
RETURN_IF_ERROR(overworld_.Load(*rom()))
|
||||
palette_ = overworld_.AreaPalette();
|
||||
|
||||
Reference in New Issue
Block a user