mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-20 06:55:57 +08:00
Merge branch 'master' of https://gitee.com/dgflash/oops-plugin-framework
This commit is contained in:
@@ -224,7 +224,7 @@ export class ECSEntity {
|
||||
if (this.mask.has(componentTypeId)) {
|
||||
hasComp = true;
|
||||
//@ts-ignore
|
||||
let comp = this[ctor.compName] as IECSComp;
|
||||
let comp = this[ctor.compName];
|
||||
//@ts-ignore
|
||||
comp.ent = null;
|
||||
if (isRecycle) {
|
||||
|
||||
Reference in New Issue
Block a user