mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
rename
This commit is contained in:
parent
665e0abf32
commit
28402472b0
@ -149,7 +149,7 @@ namespace DCFApixels.DragonECS
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region CheckCache
|
||||
#region Utils
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
private void CheckCache(Delegate d)
|
||||
{
|
||||
@ -173,7 +173,7 @@ namespace DCFApixels.DragonECS
|
||||
|
||||
#region Do
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public void Do(Action<TProcess> translationCallback)
|
||||
public void Run(Action<TProcess> translationCallback)
|
||||
{
|
||||
CheckCache(translationCallback);
|
||||
#if DEBUG && !DISABLE_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user