forked from StrafesNET/strafe-client
reminder
This commit is contained in:
parent
d16404167b
commit
58be446297
@ -97,6 +97,8 @@ enum MouseInterpolation {
|
||||
First,//just checks the last value
|
||||
Lerp,//lerps between
|
||||
}
|
||||
|
||||
//hey dumbass just use a delta
|
||||
pub struct MouseInterpolationState {
|
||||
interpolation: MouseInterpolation,
|
||||
time0: TIME,
|
||||
|
Loading…
Reference in New Issue
Block a user