mirror of
https://github.com/huderlem/porymap.git
synced 2026-06-14 03:40:50 -05:00
Fix metatile render not updating when layer type is changed
This commit is contained in:
parent
5b5d6ddf25
commit
691ab2b9cf
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user