lol idk #1

Open
Quaternions wants to merge 827 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit 4cd287dbb8 - Show all commits

View File

@ -297,6 +297,7 @@ impl InstructionConsumer<Instruction<'_>> for Session{
strafesnet_snf::bot::write_bot(std::io::BufWriter::new(file),replay.recording.instructions).unwrap(); 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)=>{ Instruction::Playback(SessionPlaybackInstruction::IncreaseTimescale)=>{
match &self.view_state{ match &self.view_state{