mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
Merge pull request #19 from krakow10/leaves-sort
use Leaves constructor in Leaves BinRead
This commit is contained in:
commit
5c2676f225
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ impl BinRead for Leaves {
|
||||||
)?);
|
)?);
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(Self { leaves: entries })
|
Ok(Self::new(entries))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue