Fix incorrect bounds height calc
This commit is contained in:
parent
117e261c35
commit
a9b98cde6b
|
@ -22,7 +22,7 @@ export class Zone {
|
||||||
minX,
|
minX,
|
||||||
minY,
|
minY,
|
||||||
maxX-minX,
|
maxX-minX,
|
||||||
maxY-maxY,
|
maxY-minY,
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user