Update: entity_loaded (2c1eswtjvb.js) 0 bytes modified

beta.r3js.org
cybafelo 2019-06-23 08:53:27 +00:00
parent 497894aeeb
commit 968804f3eb
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if (data.entity === this.parentEntity) {
*/
this.beforeRender = R3.EntityManager.Instance.findComponentById('y2q95ipdcf');
this.beforeRender.entityLoaded = true;
this.beforeRender.entityLoaded = this;
R3.CustomCode.prototype.render = function(delta) {
}