Skip to content

Commit

Permalink
refactor: opt comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoLei1990 committed Feb 26, 2025
1 parent 9a28f37 commit b2e1153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loader/src/gltf/parser/GLTFMaterialParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class GLTFMaterialParser extends GLTFParser {
*/
static _checkOtherTextureTransform(texture: ITextureInfo, textureName: string): void {
if (texture.extensions?.KHR_texture_transform) {
Logger.warn(`${textureName} texture always use the KHR_texture_transform of the base texture.`);
Logger.warn(`${textureName} texture ignore KHR_texture_transform extension.`);

Check warning on line 31 in packages/loader/src/gltf/parser/GLTFMaterialParser.ts

View check run for this annotation

Codecov / codecov/patch

packages/loader/src/gltf/parser/GLTFMaterialParser.ts#L31

Added line #L31 was not covered by tests
}
}

Expand Down

0 comments on commit b2e1153

Please sign in to comment.