Skip to content

Commit

Permalink
22
Browse files Browse the repository at this point in the history
  • Loading branch information
duyca committed Oct 3, 2023
1 parent c42915d commit c9887c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Assets/FishNet/Runtime/Managing/Scened/SceneManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -661,9 +661,9 @@ private async void __ProcessSceneQueue()
break;
}
}
finally
catch (Exception ex)
{
_lock.ExitWriteLock();
Debug.LogError(ex);
}
}
TryInvokeOnQueueEnd();
Expand Down
2 changes: 1 addition & 1 deletion Assets/FishNet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.fishnet",
"displayName": "FishNet - Unity Networking Evolved",
"description": "FishNet - Unity Networking Evolved",
"version": "3.7.21",
"version": "3.7.22",
"unity": "2021.3",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit c9887c9

Please sign in to comment.