mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:54:35 +08:00
Update DebugModule.cs
This commit is contained in:
parent
2b29b76971
commit
13be11b5fd
@ -14,7 +14,7 @@ namespace DCFApixels.DragonECS
|
|||||||
{
|
{
|
||||||
UnityDebugService.Activate();
|
UnityDebugService.Activate();
|
||||||
b.Layers.Insert(EcsConsts.POST_END_LAYER, DEBUG_LAYER);
|
b.Layers.Insert(EcsConsts.POST_END_LAYER, DEBUG_LAYER);
|
||||||
b.Add(new PipelineMonitorSystem(), DEBUG_LAYER);
|
b.AddUnique(new PipelineMonitorSystem(), DEBUG_LAYER);
|
||||||
foreach (var world in _worlds)
|
foreach (var world in _worlds)
|
||||||
{
|
{
|
||||||
b.Add(new WorldMonitorSystem(world), DEBUG_LAYER);
|
b.Add(new WorldMonitorSystem(world), DEBUG_LAYER);
|
||||||
|
Loading…
Reference in New Issue
Block a user