mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-13 19:35:40 -05:00
Remove more internal type conversions
This commit is contained in:
@@ -15,7 +15,7 @@ public:
|
||||
setFlag(ItemSendsGeometryChanges);
|
||||
this->initialX = x;
|
||||
this->initialY = y;
|
||||
this->initialOffset = connection->offset.toInt();
|
||||
this->initialOffset = connection->offset;
|
||||
this->baseMapWidth = baseMapWidth;
|
||||
this->baseMapHeight = baseMapHeight;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user