Remove more internal type conversions

This commit is contained in:
GriffinR
2022-10-16 02:49:42 -04:00
parent 67945cb297
commit a0eff32f36
11 changed files with 65 additions and 65 deletions

View File

@@ -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;
}