We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15870a commit 96e91ccCopy full SHA for 96e91cc
1 file changed
src/backend/functionNode_webgl.js
@@ -322,8 +322,7 @@ var functionNode_webgl = (function() {
322
}
323
324
if (forNode.test && forNode.test.type == "BinaryExpression") {
325
- console.log(forNode);
326
- if (forNode.test.right.type == "Identifier") {
+ if (forNode.test.right.type != "Literal") {
327
retArr.push("for (float ");
328
ast_generic(forNode.init, retArr, funcParam);
329
retArr.push(";");
0 commit comments