mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
grammar fix
This commit is contained in:
parent
ae496ef0ee
commit
55daefab2a
@ -47,7 +47,7 @@ public static void CopyTo<T>(this IEnumerable<T> source, List<T> destination)
|
||||
}
|
||||
|
||||
#if !UNITY_2021_OR_NEWER
|
||||
// Unity 2020 and earlier doesn't have Queue.TryDequeue which we need for batching.
|
||||
// Unity 2020 and earlier don't have Queue.TryDequeue which we need for batching.
|
||||
public static bool TryDequeue<T>(this Queue<T> source, out T element)
|
||||
{
|
||||
if (source.Count > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user