From 146fa7ff0082e0d0cbe094678825bfced2c8291b Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 27 Oct 2017 10:12:18 +0200 Subject: [PATCH] dont push to resolved --- src/game-lib-system-linking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game-lib-system-linking.js b/src/game-lib-system-linking.js index 1c61b4d..c00cdc3 100644 --- a/src/game-lib-system-linking.js +++ b/src/game-lib-system-linking.js @@ -453,7 +453,7 @@ GameLib.System.Linking.prototype.registerDependencies = function(component) { try { component.createInstance(); //TODO: test below - GameLib.Utils.PushUnique(this.resolved, component); + //GameLib.Utils.PushUnique(this.resolved, component); } catch (error) { console.log(error); }