Skip to content

Commit

Permalink
Remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
digisomni committed Oct 2, 2023
1 parent a6aa3ee commit 82790c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/scene/LODManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 82790c6

Please sign in to comment.