mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-23 08:10:15 +00:00
fix typo
This commit is contained in:
@@ -96,7 +96,7 @@ namespace UniRx.Async
|
|||||||
#endif
|
#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();
|
.Where(ls => ls.type != loopRunnerYieldType && ls.type != loopRunnerType).ToArray();
|
||||||
var dest = new PlayerLoopSystem[source.Length + 2];
|
var dest = new PlayerLoopSystem[source.Length + 2];
|
||||||
Array.Copy(source, 0, dest, 2, source.Length);
|
Array.Copy(source, 0, dest, 2, source.Length);
|
||||||
|
|||||||
Reference in New Issue
Block a user