You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it takes the previous tick's velocity and origin to predict the landing origin.
This is not correct as velocity can be modified inbetween the two ticks due to airstrafing and the origin can also be changed due to ducking/unducking.
This causes the traces to be incorrect and can miss at times. Calling NobugLandingOrigin on a duckbugged jump will always fail.
The text was updated successfully, but these errors were encountered:
Currently it takes the previous tick's velocity and origin to predict the landing origin.
This is not correct as velocity can be modified inbetween the two ticks due to airstrafing and the origin can also be changed due to ducking/unducking.
This causes the traces to be incorrect and can miss at times. Calling NobugLandingOrigin on a duckbugged jump will always fail.
The text was updated successfully, but these errors were encountered: