1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-05 17:14:03 +00:00

Allow deselecting with pipette

This commit is contained in:
tobspr 2020-06-21 21:46:20 +02:00
parent 0b31ad0c7b
commit 76b619e4e7

View File

@ -75,6 +75,8 @@ export class HUDBlueprintPlacer extends BaseHUDPart {
// Notice: Order here matters, since pipetteExecuted clears the blueprint
this.root.hud.signals.pipetteExecuted.dispatch(contents);
this.currentBlueprint.set(blueprint);
} else {
this.root.hud.signals.pipetteExecuted.dispatch(null);
}
}