mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Allow deselecting with pipette
This commit is contained in:
@@ -75,6 +75,8 @@ export class HUDBlueprintPlacer extends BaseHUDPart {
|
|||||||
// Notice: Order here matters, since pipetteExecuted clears the blueprint
|
// Notice: Order here matters, since pipetteExecuted clears the blueprint
|
||||||
this.root.hud.signals.pipetteExecuted.dispatch(contents);
|
this.root.hud.signals.pipetteExecuted.dispatch(contents);
|
||||||
this.currentBlueprint.set(blueprint);
|
this.currentBlueprint.set(blueprint);
|
||||||
|
} else {
|
||||||
|
this.root.hud.signals.pipetteExecuted.dispatch(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user