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:
parent
6a8e519c0a
commit
6ceab2bd11
@ -233,7 +233,8 @@ export class MapChunk {
|
||||
++windmillCount;
|
||||
}
|
||||
}
|
||||
if (windmillCount > 1) {
|
||||
|
||||
if (windmillCount > 2) {
|
||||
subShapes[0] = enumSubShape.rect;
|
||||
subShapes[1] = enumSubShape.rect;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user