fix _Del gen fo ecs component
This commit is contained in:
parent
e45ed9da91
commit
2be6c78d5d
|
@ -726,7 +726,7 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack
|
|||
EcsEntity e = default;
|
||||
stack.PopRelease().Decode(ref e);
|
||||
|
||||
e.Del<{{o.name}}>();
|
||||
e.Del<ecs.{{o.name}}>();
|
||||
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue