Skip to content

Commit 405bce7

Browse files
committed
aaa
1 parent 14660e7 commit 405bce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/region/structure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class RegionStructure {
103103

104104
return this.region.area.forEachVector((vector, isIn, dimension) => {
105105
if (isIn) {
106-
const structureLocation = Vec.subtract(from, vector).multiply(-1)
106+
const structureLocation = Vec.subtract(vector, from).multiply(-1)
107107
const structureSavedBlock = structure.getBlockPermutation(
108108
offset ? Vec.add(structureLocation, offset) : structureLocation,
109109
)

0 commit comments

Comments
 (0)