Update: CC - SpoonLib - Entity Loaded (60mpr5snmo.js) 3 bytes modified

beta.r3js.org
-=yb4f310 2018-01-16 14:04:40 +01:00
parent 1122765af4
commit 94b87a30a2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
if (this.parentEntity === data.entity) {
console.log('Entity SpoonLib Loaded');
this.animationSystem = GameLib.EntityManager.Instance.queryComponents(GameLib.Component.SYSTEM_ANIMATION);
this.animationSystem = GameLib.EntityManager.Instance.queryComponents(GameLib.Component.SYSTEM_ANIMATION)[0];
this.beforeRender = GameLib.EntityManager.Instance.findComponentById('uou2i9be9r');