fix print grammar
This commit is contained in:
parent
ccce54c1a3
commit
4f21985290
@ -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…
Reference in New Issue
Block a user