remove parent entities from linked objects

beta.r3js.org
-=yb4f310 2017-05-13 12:07:23 +02:00
parent be9b88503d
commit bef39bf474
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ GameLib.Component = function(
this.build = true; this.build = true;
this.linkedObjects.parentEntity = GameLib.Entity; //this.linkedObjects.parentEntity = GameLib.Entity;
}; };
GameLib.Component.prototype = Object.create(GameLib.API.Component.prototype); GameLib.Component.prototype = Object.create(GameLib.API.Component.prototype);