forked from StrafesNET/strafe-client
fix physics worker output
This commit is contained in:
parent
b7844bb308
commit
5d9308eccc
@ -105,7 +105,7 @@ pub enum InputInstruction {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if render{
|
if render{
|
||||||
graphics_worker.send(TimedInstruction{time:ins.time,instruction:crate::graphics_worker::GraphicsInstruction::Render});
|
graphics_worker.send(crate::graphics_worker::GraphicsInstruction::Render(physics.output(),ins.time));
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user