mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-04 11:04:07 +02:00
some disaplacement cleanup
This commit is contained in:
parent
aeb8c1011d
commit
db9ca18975
4 changed files with 59 additions and 39 deletions
|
|
@ -78,6 +78,8 @@ pub enum ValidationError {
|
|||
},
|
||||
#[error("bsp contains no root node")]
|
||||
NoRootNode,
|
||||
#[error("displacement face with {0} edges")]
|
||||
NonSquareDisplacement(i16),
|
||||
}
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue