We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83d907 commit f139721Copy full SHA for f139721
testproject/Assets/Tests/Runtime/NetworkSceneManager/NetworkSceneManagerEventNotifications.cs
@@ -103,10 +103,10 @@ private void ClientSceneManager_OnSceneEvent(SceneEvent sceneEvent)
103
{
104
// Validates that we sent the proper number of synchronize events to the clients
105
case SceneEventType.Synchronize:
106
- {
107
- m_ClientsReceivedSynchronize.Add(sceneEvent.ClientId);
108
- break;
109
- }
+ {
+ m_ClientsReceivedSynchronize.Add(sceneEvent.ClientId);
+ break;
+ }
110
// Validate that the clients finish synchronization and they used the proper synchronization mode
111
case SceneEventType.SynchronizeComplete:
112
0 commit comments