Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A LagCompensator Revamp #3770

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge branch 'master' into lagcompensatorrevamp
  • Loading branch information
Amph1dian authored Feb 26, 2024
commit b8a2d7d07022bbb117e5eccc955306a46fc8dbeb
2 changes: 2 additions & 0 deletions Assets/Mirror/Components/LagCompensation/LagCompensator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public static Capture3D Interpolate(Capture3D from, Capture3D to, double t) =>
}



[Obsolete("This is a preview version. Community feedback is welcome!")]
public class LagCompensator : NetworkBehaviour
{
[Header("Components")]
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.