mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
update comments
This commit is contained in:
parent
83c86f0f16
commit
24130d6e35
@ -1258,7 +1258,7 @@ internal static void NetworkLateUpdate()
|
||||
}
|
||||
}
|
||||
|
||||
// process all incoming messages after updating the world
|
||||
// process all outgoing messages after updating the world
|
||||
if (Transport.activeTransport != null)
|
||||
Transport.activeTransport.ClientLateUpdate();
|
||||
}
|
||||
|
@ -1558,7 +1558,7 @@ internal static void NetworkLateUpdate()
|
||||
if (active)
|
||||
Broadcast();
|
||||
|
||||
// process all incoming messages after updating the world
|
||||
// process all outgoing messages after updating the world
|
||||
// (even if not active. still want to process disconnects etc.)
|
||||
if (Transport.activeTransport != null)
|
||||
Transport.activeTransport.ServerLateUpdate();
|
||||
|
Loading…
Reference in New Issue
Block a user