1
0
Fork 0
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:
Robin Appelman 2022-02-22 23:07:49 +01:00
commit db9ca18975
4 changed files with 59 additions and 39 deletions

View file

@ -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)]