Update: CC - Flame Particle Process - Forward Only (vaq8lxuek1.js) 95 bytes modified

beta.r3js.org
-=yb4f310 2017-11-12 13:55:28 +01:00
parent 7e167f4243
commit 7a7d96f482
1 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,10 @@ if (texture.offset.x >= 0.9) {
}
}
texture.updateInstance();
texture.instance.offset.x = texture.offset.x;
texture.instance.offset.y = texture.offset.y;
//texture.updateInstance();
return null;
//@ sourceURL=textureBeforeRender.js