Combined transform systems
Profiler window calls count Parallel transform system is now in the normal transform system Removed unused parent system
This commit is contained in:
@ -69,6 +69,7 @@ namespace Nerfed.Editor
|
||||
|
||||
foreach (MoonTools.ECS.System system in Program.editorSystems)
|
||||
{
|
||||
using ProfilerScope scope = new(system.GetType().Name);
|
||||
system.Update(Engine.Timestep);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user