mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-19 02:24:37 +08:00
update process DebuggerProxy
This commit is contained in:
parent
614e2faeae
commit
9e70cabd1a
@ -538,7 +538,7 @@ namespace DCFApixels.DragonECS
|
||||
{
|
||||
get
|
||||
{
|
||||
return _process._systems.Cast<IEcsProcess>().Select(o => o.GetMeta());
|
||||
return _process._systems.Cast<IEcsProcess>().Select(o => o.GetMeta()).ToArray();
|
||||
}
|
||||
}
|
||||
public int Count
|
||||
@ -640,7 +640,7 @@ namespace DCFApixels.DragonECS
|
||||
{
|
||||
get
|
||||
{
|
||||
return _process._systems.Select(o => o.GetMeta());
|
||||
return _process._systems.Select(o => o.GetMeta()).ToArray();
|
||||
}
|
||||
}
|
||||
public int Count
|
||||
|
Loading…
Reference in New Issue
Block a user