mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
oops
This commit is contained in:
parent
0600478e69
commit
d951739841
@ -1478,7 +1478,7 @@ internal static void NetworkLateUpdate()
|
|||||||
|
|
||||||
// for each entity that this connection is seeing,
|
// for each entity that this connection is seeing,
|
||||||
// sorted by priority (see NetworkConnection.observing)
|
// sorted by priority (see NetworkConnection.observing)
|
||||||
foreach (NetworkIdentity identity in connection.observing)
|
foreach (NetworkIdentity identity in sorted)
|
||||||
{
|
{
|
||||||
// make sure it's not null or destroyed.
|
// make sure it's not null or destroyed.
|
||||||
// (which can happen if someone uses
|
// (which can happen if someone uses
|
||||||
|
Loading…
Reference in New Issue
Block a user