mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-26 01:35:38 -05:00
Some connection TODO cleanup
This commit is contained in:
@@ -13,7 +13,7 @@ MapConnection MapConnection::mirror(const MapConnection &source, const QString &
|
||||
};
|
||||
|
||||
MapConnection mirror;
|
||||
mirror.direction = oppositeDirections.value(source.direction/*, source.direction*/);
|
||||
mirror.direction = oppositeDirections.value(source.direction, source.direction);
|
||||
mirror.map_name = mapName;
|
||||
mirror.offset = -source.offset;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user