Smoother goggles color change transition

This commit is contained in:
Mononaut
2023-12-15 15:04:26 +00:00
parent 99b57bbec0
commit b3a68a0db2

View File

@@ -121,6 +121,7 @@ export class BlockOverviewGraphComponent implements AfterViewInit, OnDestroy, On
} else { } else {
this.scene.setColorFunction(this.overrideColors); this.scene.setColorFunction(this.overrideColors);
} }
this.start();
} }
ngOnDestroy(): void { ngOnDestroy(): void {