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); }