@galacean/engine-shaderlab 2.0.0-alpha.28 → 2.0.0-alpha.29

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/module.js CHANGED
@@ -3835,7 +3835,7 @@ var GLES100Visitor = /*#__PURE__*/ function(GLESVisitor) {
3835
3835
  return "";
3836
3836
  }
3837
3837
  var expression = node.children[1];
3838
- return "gl_FragColor = " + expression.codeGen(this);
3838
+ return "gl_FragColor = " + expression.codeGen(this) + ";";
3839
3839
  }
3840
3840
  return GLESVisitor.prototype.visitJumpStatement.call(this, node);
3841
3841
  };
@@ -7761,7 +7761,7 @@ ShaderLab._shaderPositionPool = ShaderLabUtils.createObjectPool(ShaderPosition);
7761
7761
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
7762
7762
 
7763
7763
  //@ts-ignore
7764
- var version = "2.0.0-alpha.28";
7764
+ var version = "2.0.0-alpha.29";
7765
7765
  var mode = "Release";
7766
7766
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);
7767
7767