Skip to content

Commit

Permalink
Fix error log -> debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
digisomni committed Oct 2, 2023
1 parent ef90db7 commit ab6fae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/scene/LODManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class LODManager {
simplificationSettings: [],
});
} else {
Log.error(
Log.debug(
Log.types.ENTITIES,
`Root mesh ${mesh.name} is not a Mesh. Found instead ${mesh.constructor.name}.`
);
Expand Down

0 comments on commit ab6fae5

Please sign in to comment.