We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14660e7 commit 405bce7Copy full SHA for 405bce7
src/lib/region/structure.ts
@@ -103,7 +103,7 @@ export class RegionStructure {
103
104
return this.region.area.forEachVector((vector, isIn, dimension) => {
105
if (isIn) {
106
- const structureLocation = Vec.subtract(from, vector).multiply(-1)
+ const structureLocation = Vec.subtract(vector, from).multiply(-1)
107
const structureSavedBlock = structure.getBlockPermutation(
108
offset ? Vec.add(structureLocation, offset) : structureLocation,
109
)
0 commit comments