mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-04 11:04:07 +02:00
more validation
This commit is contained in:
parent
26a606db55
commit
aeb8c1011d
4 changed files with 72 additions and 27 deletions
|
|
@ -76,6 +76,8 @@ pub enum ValidationError {
|
|||
index: i64,
|
||||
size: usize,
|
||||
},
|
||||
#[error("bsp contains no root node")]
|
||||
NoRootNode,
|
||||
}
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue