Amend Me
This commit is contained in:
@@ -28,7 +28,7 @@ public class CoroutineManager : UniverseObject
|
||||
universe.OnUpdate.RemoveListener(OnUpdate);
|
||||
}
|
||||
|
||||
private void OnUpdate(IUniverse sender, UniverseTime time)
|
||||
private void OnUpdate(IUniverse sender, IUniverse.UpdateArguments arguments)
|
||||
{
|
||||
for (int i = enumerators.Count - 1; i >= 0; i--)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user