mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-15 04:15:36 -05:00
Final MapConnection testing fixes
This commit is contained in:
@@ -79,7 +79,7 @@ void MapConnection::setParentMap(Map* map, bool mirror) {
|
||||
}
|
||||
|
||||
if (m_parentMap)
|
||||
m_parentMap->takeConnection(this);
|
||||
m_parentMap->removeConnection(this);
|
||||
|
||||
auto before = m_parentMap;
|
||||
m_parentMap = map;
|
||||
|
||||
Reference in New Issue
Block a user