lol idk #1

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

View File

@ -76,7 +76,7 @@ struct Header{
#[binrw]
#[brw(little)]
#[derive(Clone,Copy,Debug,id::Id)]
struct SegmentId(u32);
pub struct SegmentId(u32);
pub struct Segment{
pub instructions:Vec<TimedPhysicsInstruction>