unpause sim on bot file export
This commit is contained in:
parent
40ea0e6c7d
commit
4cd287dbb8
@ -297,6 +297,7 @@ impl InstructionConsumer<Instruction<'_>> for Session{
|
||||
strafesnet_snf::bot::write_bot(std::io::BufWriter::new(file),replay.recording.instructions).unwrap();
|
||||
},
|
||||
}
|
||||
_=self.simulation.timer.set_paused(ins.time,false);
|
||||
},
|
||||
Instruction::Playback(SessionPlaybackInstruction::IncreaseTimescale)=>{
|
||||
match &self.view_state{
|
||||
|
Loading…
x
Reference in New Issue
Block a user