We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05f301 commit ed39604Copy full SHA for ed39604
com.unity.netcode.gameobjects/Runtime/SceneManagement/NetworkSceneHandle.cs
@@ -71,7 +71,7 @@ internal NetworkSceneHandle(int handle)
71
#if SCENE_MANAGEMENT_SCENE_HANDLE_NO_INT_CONVERSION
72
internal NetworkSceneHandle(ulong handle, bool asMock)
73
{
74
- m_Handle = handle.FromRawData(handle);
+ m_Handle = SceneHandle.FromRawData(handle);
75
}
76
#else
77
internal NetworkSceneHandle(int handle, bool asMock)
0 commit comments