This commit is contained in:
Artyom Sovetnikov
2020-02-18 17:20:13 +03:00
parent 9c257e44f0
commit 9db6482f0a

View File

@@ -96,7 +96,7 @@ namespace UniRx.Async
#endif
};
var source = loopSystem.subSystemList // Remove items form previous initializations.
var source = loopSystem.subSystemList // Remove items from previous initializations.
.Where(ls => ls.type != loopRunnerYieldType && ls.type != loopRunnerType).ToArray();
var dest = new PlayerLoopSystem[source.Length + 2];
Array.Copy(source, 0, dest, 2, source.Length);