mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 20:36:19 -05:00
define a setMap for current_metatile_selection_item to prevent crash on project transition
This commit is contained in:
@@ -15,6 +15,8 @@ public:
|
||||
Map* map = nullptr;
|
||||
MetatileSelector *metatileSelector;
|
||||
void draw();
|
||||
|
||||
void setMap(Map *map) { this->map = map; }
|
||||
};
|
||||
|
||||
#endif // CURRENTSELECTEDMETATILESPIXMAPITEM_H
|
||||
|
||||
Reference in New Issue
Block a user