Fix incorrect bounds height calc

This commit is contained in:
Ketchetwahmeegwun T. Southall 2022-01-30 05:04:56 -08:00
parent 117e261c35
commit a9b98cde6b

View File

@ -22,7 +22,7 @@ export class Zone {
minX, minX,
minY, minY,
maxX-minX, maxX-minX,
maxY-maxY, maxY-minY,
] ]
} }
} }