Smoother goggles color change transition

This commit is contained in:
Mononaut 2023-12-15 15:04:26 +00:00
parent 99b57bbec0
commit b3a68a0db2
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

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