forked from StrafesNET/strafe-project
comment about determinism
This commit is contained in:
parent
713b235816
commit
b28fa25279
@ -284,6 +284,7 @@ impl InstructionConsumer<Instruction<'_>> for Session{
|
|||||||
run_mouse_interpolator_instruction!(MouseInterpolatorInstruction::Idle);
|
run_mouse_interpolator_instruction!(MouseInterpolatorInstruction::Idle);
|
||||||
// this just refreshes the replays
|
// this just refreshes the replays
|
||||||
for replay in self.replays.values_mut(){
|
for replay in self.replays.values_mut(){
|
||||||
|
// TODO: filter idles from recording, inject new idles in real time
|
||||||
replay.advance(ins.time);
|
replay.advance(ins.time);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user