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 4dc9acc commit 2af2fd2Copy full SHA for 2af2fd2
Assets/FishNet/Runtime/Managing/Prediction/PredictionManager.cs
@@ -702,7 +702,7 @@ bool ConditionsMet(StatePacket spChecked)
702
{
703
using (_pm_OnPrePhysicsTransformSync.Auto())
704
705
- OnPreReconcile?.Invoke(ClientStateTick, ServerStateTick);
+ OnPrePhysicsTransformSync?.Invoke(ClientStateTick, ServerStateTick);
706
}
707
708
using (_pm_PhysicsSyncTransforms.Auto())
0 commit comments