fixies
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Game
|
||||
|
||||
private static void OnClientUpdate()
|
||||
{
|
||||
using Utilities.ScopeProfiler _ = Utilities.ProfileScope("NetworkManager_OnClientUpdate");
|
||||
/*using*/ Utilities.ScopeProfiler _ = Utilities.ProfileScope("NetworkManager_OnClientUpdate");
|
||||
|
||||
while (client.PopEvent(out NetworkEvent networkEvent))
|
||||
switch (networkEvent.EventType)
|
||||
@@ -98,6 +98,7 @@ namespace Game
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException();
|
||||
}
|
||||
_.Dispose();
|
||||
}
|
||||
|
||||
private static void OnClientActorSpawned(Actor actor)
|
||||
|
||||
Reference in New Issue
Block a user