mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
Revert "no face normals for now for semver"
This reverts commit f0d614e60c.
This commit is contained in:
parent
f0d614e60c
commit
14c93cb157
4 changed files with 68 additions and 55 deletions
|
|
@ -500,10 +500,6 @@ impl Packfile {
|
|||
};
|
||||
result
|
||||
}
|
||||
|
||||
pub fn into_zip(self) -> Mutex<ZipArchive<Cursor<Vec<u8>>>> {
|
||||
self.zip
|
||||
}
|
||||
}
|
||||
|
||||
fn try_read_enum<Enum, Reader, Error, ErrorFn>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue