1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 10:44:07 +02:00

no face normals for now for semver

This commit is contained in:
Robin Appelman 2023-12-21 18:09:33 +01:00
commit f0d614e60c
4 changed files with 55 additions and 68 deletions

View file

@ -500,6 +500,10 @@ impl Packfile {
};
result
}
pub fn into_zip(self) -> Mutex<ZipArchive<Cursor<Vec<u8>>>> {
self.zip
}
}
fn try_read_enum<Enum, Reader, Error, ErrorFn>(