From 22fb107fdb5cd13eb81d12ce3374611c91428228 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sun, 12 Nov 2017 13:11:35 +0100 Subject: [PATCH] Update: Flame Particle Process - Forward and Reverse (dysneuk1ox.js) 28 bytes modified --- dysneuk1ox.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dysneuk1ox.js b/dysneuk1ox.js index ba25e76..8705111 100644 --- a/dysneuk1ox.js +++ b/dysneuk1ox.js @@ -1,5 +1,9 @@ var texture = GameLib.EntityManager.Instance.findComponentById('gm3fvv45dl'); +if (!texture) { + return; +} + if (!this.initialized) { this.forward = true; texture.offset.x = 0;