diff --git a/src/game-lib-a-component-a.js b/src/game-lib-a-component-a.js index 2317035..11cf412 100644 --- a/src/game-lib-a-component-a.js +++ b/src/game-lib-a-component-a.js @@ -26,7 +26,7 @@ GameLib.Component = function( this.build = true; - this.linkedObjects.parentEntity = GameLib.Entity; + //this.linkedObjects.parentEntity = GameLib.Entity; }; GameLib.Component.prototype = Object.create(GameLib.API.Component.prototype);