forked from StrafesNET/strafe-project
lol idk #1
@ -126,7 +126,7 @@ impl MouseInterpolator{
|
||||
Instruction::Render=>self.push(ins.time,PhysicsInputInstruction::Idle),
|
||||
&Instruction::SetPaused(paused)=>{
|
||||
if let Err(e)=self.timer.set_paused(ins.time,paused){
|
||||
println!("Cannot pause: {e}");
|
||||
println!("Cannot SetPaused: {e}");
|
||||
}
|
||||
self.push(ins.time,PhysicsInputInstruction::Idle);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user