remove holdover case
This commit is contained in:
parent
80a4431ee8
commit
e0ea0d6119
@ -153,15 +153,8 @@ impl MouseInterpolator{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
fn is_first_ready(&self)->bool{
|
fn is_first_ready(&self)->bool{
|
||||||
// if the last instruction is a ReplaceMouse instruction
|
|
||||||
matches!(self.physics_timeline.back(),Some(TimedInstruction{
|
matches!(self.physics_timeline.back(),Some(TimedInstruction{
|
||||||
instruction:PhysicsInputInstruction::Mouse(MouseInstruction::ReplaceMouse{..}),
|
instruction:PhysicsInputInstruction::Mouse(_),
|
||||||
..
|
|
||||||
}))
|
|
||||||
// or if the last instruction is a SetNextMouse instruction
|
|
||||||
// and there is 2 or more instructions
|
|
||||||
||1<self.physics_timeline.len()&&matches!(self.physics_timeline.back(),Some(TimedInstruction{
|
|
||||||
instruction:PhysicsInputInstruction::Mouse(MouseInstruction::SetNextMouse(_)),
|
|
||||||
..
|
..
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user