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

beta.r3js.org
-=yb4f310 2017-11-12 13:18:04 +01:00
parent 22fb107fdb
commit 0ac59c5a0d
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
var texture = GameLib.EntityManager.Instance.findComponentById('gm3fvv45dl');
if (!texture) {
if (!this.entityLoaded) {
return;
}
var texture = GameLib.EntityManager.Instance.findComponentById('gm3fvv45dl');
if (!this.initialized) {
texture.offset.x = 0;
texture.offset.y = 0;