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

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.
@@ -4667,7 +4667,7 @@
4667
4667
  return "";
4668
4668
  }
4669
4669
  var expression = node.children[1];
4670
- return "gl_FragColor = " + expression.codeGen(this);
4670
+ return "gl_FragColor = " + expression.codeGen(this) + ";";
4671
4671
  }
4672
4672
  return GLESVisitor.prototype.visitJumpStatement.call(this, node);
4673
4673
  };
@@ -8461,7 +8461,7 @@
8461
8461
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
8462
8462
 
8463
8463
  //@ts-ignore
8464
- var version = "2.0.0-alpha.28";
8464
+ var version = "2.0.0-alpha.30";
8465
8465
  var mode = "Release";
8466
8466
  mode = "Verbose";
8467
8467
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);