Fix metatile render not updating when layer type is changed

This commit is contained in:
GriffinR 2022-10-03 12:23:45 -04:00
parent 5b5d6ddf25
commit 691ab2b9cf

View file

@ -527,6 +527,7 @@ void TilesetEditor::on_comboBox_layerType_activated(int layerType)
prevMetatile, new Metatile(*this->metatile));
metatileHistory.push(commit);
this->hasUnsavedChanges = true;
this->metatileSelector->draw(); // Changing the layer type can affect how fully transparent metatiles appear
}
}