mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-03-09 00:02:12 -07:00
fix deselect on level up (#1033)
This commit is contained in:
parent
993bd53a07
commit
2b4eb6771f
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ export class HUDBuildingPlacerLogic extends BaseHUDPart {
|
|||
this.root.hud.signals.buildingsSelectedForCopy.add(this.abortPlacement, this);
|
||||
this.root.hud.signals.pasteBlueprintRequested.add(this.abortPlacement, this);
|
||||
this.root.signals.storyGoalCompleted.add(() => this.signals.variantChanged.dispatch());
|
||||
this.root.signals.storyGoalCompleted.add(() => this.currentMetaBuilding.set(null));
|
||||
this.root.signals.upgradePurchased.add(() => this.signals.variantChanged.dispatch());
|
||||
this.root.signals.editModeChanged.add(this.onEditModeChanged, this);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue