mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
formatting
This commit is contained in:
parent
acf3876bd5
commit
0c9446e708
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ impl BinRead for StaticPropLump {
|
|||
args: Self::Args<'static>,
|
||||
) -> BinResult<Self> {
|
||||
match args.0 {
|
||||
4..=7 | 9 | 10 => {
|
||||
4..=7 | 9 | 10 => {
|
||||
RawStaticPropLump::read_options(reader, endian, (args.0,)).map(StaticPropLump::from)
|
||||
}
|
||||
version => Err(binrw::Error::Custom {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue