Skip to content

Commit 2af2fd2

Browse files
committed
Update PredictionManager.cs
1 parent 4dc9acc commit 2af2fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FishNet/Runtime/Managing/Prediction/PredictionManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ bool ConditionsMet(StatePacket spChecked)
702702
{
703703
using (_pm_OnPrePhysicsTransformSync.Auto())
704704
{
705-
OnPreReconcile?.Invoke(ClientStateTick, ServerStateTick);
705+
OnPrePhysicsTransformSync?.Invoke(ClientStateTick, ServerStateTick);
706706
}
707707

708708
using (_pm_PhysicsSyncTransforms.Auto())

0 commit comments

Comments
 (0)