diff --git a/src/modules/scene/LODManager.ts b/src/modules/scene/LODManager.ts index f47ec2de..37687e76 100644 --- a/src/modules/scene/LODManager.ts +++ b/src/modules/scene/LODManager.ts @@ -265,8 +265,6 @@ export class LODManager { parse.suffix === roots[root].suffix && parse.prefix === roots[root].prefix ) { - // FIXME: Without using optional chaining, this bugs out the whole function but NO ERRORS ARE THROWN. - // Find out why and fix that, could affect us elsewhere. const metadata: MeshMetadata = LODManager.getMetadataFromMesh(typedMesh);