@galacean/engine-shaderlab 2.0.0-alpha.27 → 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.
@@ -4663,7 +4663,7 @@ var GLES100Visitor = /*#__PURE__*/ function(GLESVisitor) {
4663
4663
  return "";
4664
4664
  }
4665
4665
  var expression = node.children[1];
4666
- return "gl_FragColor = " + expression.codeGen(this);
4666
+ return "gl_FragColor = " + expression.codeGen(this) + ";";
4667
4667
  }
4668
4668
  return GLESVisitor.prototype.visitJumpStatement.call(this, node);
4669
4669
  };
@@ -8457,7 +8457,7 @@ ShaderLab._shaderPositionPool = ShaderLabUtils.createObjectPool(ShaderPosition);
8457
8457
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
8458
8458
 
8459
8459
  //@ts-ignore
8460
- var version = "2.0.0-alpha.27";
8460
+ var version = "2.0.0-alpha.29";
8461
8461
  var mode = "Release";
8462
8462
  mode = "Verbose";
8463
8463
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);