@galacean/engine-loader 1.4.8 → 1.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -4282,7 +4282,7 @@ exports.GLTFMaterialParser = /*#__PURE__*/ function(GLTFParser1) {
4282
4282
  */ GLTFMaterialParser._checkOtherTextureTransform = function _checkOtherTextureTransform(texture, textureName) {
4283
4283
  var _texture_extensions;
4284
4284
  if ((_texture_extensions = texture.extensions) == null ? void 0 : _texture_extensions.KHR_texture_transform) {
4285
- engineCore.Logger.warn("" + textureName + " texture always use the KHR_texture_transform of the base texture.");
4285
+ engineCore.Logger.warn("" + textureName + " texture ignore KHR_texture_transform extension.");
4286
4286
  }
4287
4287
  };
4288
4288
  /**