mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 10:04:36 +08:00
fix
This commit is contained in:
parent
dfcdebab41
commit
5ec9bbdd70
@ -58,7 +58,7 @@ namespace DCFApixels.DragonECS.Unity.Internal
|
||||
}
|
||||
}
|
||||
#else
|
||||
foreach (var item in targets) item.DrawGizmos();
|
||||
foreach (var item in Process) item.DrawGizmos();
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -91,7 +91,7 @@ namespace DCFApixels.DragonECS.Unity.Internal
|
||||
}
|
||||
}
|
||||
#else
|
||||
foreach (var item in targets) item.LateRun();
|
||||
foreach (var item in Process) item.LateRun();
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -123,7 +123,7 @@ namespace DCFApixels.DragonECS.Unity.Internal
|
||||
}
|
||||
}
|
||||
#else
|
||||
foreach (var item in targets) item.FixedRun();
|
||||
foreach (var item in Process) item.FixedRun();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user