We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fdde7 commit 4b4af50Copy full SHA for 4b4af50
1 file changed
src/renderer/webgl/Utils.js
@@ -240,8 +240,6 @@ module.exports = {
240
241
fragmentShaderSource = fragmentShaderSource.replace(/%count%/gi, maxTextures.toString());
242
243
- fragmentShaderSource = fragmentShaderSource.replace(/%forloop%/gi, src);
244
-
245
- return fragmentShaderSource;
+ return fragmentShaderSource.replace(/%forloop%/gi, src);
246
}
247
};
0 commit comments