Refactor: Improve readability of function signatures and calls in advanced rendering modules

This commit is contained in:
2026-04-26 05:38:23 +02:00
parent c685075efd
commit c550ca7634
4 changed files with 218 additions and 100 deletions

View File

@@ -4861,7 +4861,10 @@ export class ViewportHost {
}
private isSelectedRailCameraRigPathPreviewed(pathId: string): boolean {
if (this.currentDocument === null || this.currentSelection.kind !== "entities") {
if (
this.currentDocument === null ||
this.currentSelection.kind !== "entities"
) {
return false;
}