1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Fix windmill sub‑shape check in shape generation

This commit is contained in:
ExE Boss 2022-06-19 10:00:00 +02:00
parent 6a8e519c0a
commit 6ceab2bd11
No known key found for this signature in database
GPG Key ID: BF4FA5DD733D8D1A

View File

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