@galacean/engine-shaderlab 1.6.4 → 1.6.5

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/browser.js CHANGED
@@ -8033,7 +8033,7 @@
8033
8033
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
8034
8034
 
8035
8035
  //@ts-ignore
8036
- var version = "1.6.4";
8036
+ var version = "1.6.5";
8037
8037
  var mode = "Release";
8038
8038
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);
8039
8039