mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-25 16:08:02 +00:00
Merge branch 'master' of bitbucket.org:fuzzie/gpu.js
This commit is contained in:
commit
b4d6ca1614
@ -314,7 +314,7 @@ var GPU_jsStrToWebclglStr = (function() {
|
||||
if (forNode.type != "ForStatement") {
|
||||
throw "error";
|
||||
}
|
||||
retArr.push("for (");
|
||||
retArr.push("for (float");
|
||||
ast_generic(forNode.init, retArr);
|
||||
retArr.push(";");
|
||||
ast_generic(forNode.test, retArr);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user