mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-09 03:23:59 -05:00
fix map item render when collision tab is active
This commit is contained in:
parent
0e6432c20d
commit
f34aec824e
|
|
@ -112,6 +112,8 @@ void Editor::setEditingCollision() {
|
|||
}
|
||||
if (map_item) {
|
||||
map_item->paintingMode = MapPixmapItem::PaintMode::Metatiles;
|
||||
map_item->draw();
|
||||
map_item->setVisible(true);
|
||||
}
|
||||
if (events_group) {
|
||||
events_group->setVisible(false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user