Fix metatile render not updating when layer type is changed
This commit is contained in:
parent
5b5d6ddf25
commit
691ab2b9cf
1 changed files with 1 additions and 0 deletions
|
@ -527,6 +527,7 @@ void TilesetEditor::on_comboBox_layerType_activated(int layerType)
|
||||||
prevMetatile, new Metatile(*this->metatile));
|
prevMetatile, new Metatile(*this->metatile));
|
||||||
metatileHistory.push(commit);
|
metatileHistory.push(commit);
|
||||||
this->hasUnsavedChanges = true;
|
this->hasUnsavedChanges = true;
|
||||||
|
this->metatileSelector->draw(); // Changing the layer type can affect how fully transparent metatiles appear
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue