Fix windmill sub‑shape check in shape generation

pull/1445/head
ExE Boss 2 years ago
parent 6a8e519c0a
commit 6ceab2bd11
No known key found for this signature in database
GPG Key ID: BF4FA5DD733D8D1A

@ -233,7 +233,8 @@ export class MapChunk {
++windmillCount;
}
}
if (windmillCount > 1) {
if (windmillCount > 2) {
subShapes[0] = enumSubShape.rect;
subShapes[1] = enumSubShape.rect;
}

Loading…
Cancel
Save