1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-17 12:11:51 +00:00

fixed select issue

This commit is contained in:
dgs4349 2021-07-01 12:51:15 -04:00
parent 9ab92a1bdb
commit 5ba370c386

View File

@ -157,7 +157,7 @@ export class HUDBlueprintPlacer extends BaseHUDPart {
if (entities.length === 0) {
return;
}
this.currentBlueprint.set(Blueprint.fromEntities(this.root, entities));
this.currentBlueprint.set(Blueprint.fromEntities(entities));
}
/**