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:
parent
9ab92a1bdb
commit
5ba370c386
@ -157,7 +157,7 @@ export class HUDBlueprintPlacer extends BaseHUDPart {
|
|||||||
if (entities.length === 0) {
|
if (entities.length === 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.currentBlueprint.set(Blueprint.fromEntities(this.root, entities));
|
this.currentBlueprint.set(Blueprint.fromEntities(entities));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user