mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
NetworkClient.UpdateClients: comment grammar fixed
This commit is contained in:
parent
44fface440
commit
8f3de9f26b
@ -327,7 +327,7 @@ internal static void UpdateClients()
|
||||
// remove null clients first
|
||||
s_Clients.RemoveAll(cl => cl == null);
|
||||
|
||||
// now updating valid clients
|
||||
// now update valid clients
|
||||
for (int i = 0; i < s_Clients.Count; ++i)
|
||||
{
|
||||
s_Clients[i].Update();
|
||||
|
Loading…
Reference in New Issue
Block a user