1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Fix bug with pinned shapes not properly refreshed

This commit is contained in:
tobspr
2020-05-16 09:51:55 +02:00
parent 7870f011b8
commit 2c9867c837
3 changed files with 5 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ export class HUDPinnedShapes extends BaseHUDPart {
this.rerenderFull();
this.root.signals.storyGoalCompleted.add(this.rerenderFull, this);
this.root.signals.postLoadHook.add(this.rerenderFull, this);
this.root.hud.signals.shapePinRequested.add(this.pinNewShape, this);
}