mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
formatting
This commit is contained in:
parent
2c973769bd
commit
4417645fd4
1 changed files with 3 additions and 1 deletions
|
|
@ -185,7 +185,9 @@ impl Bsp {
|
|||
}
|
||||
|
||||
pub fn texture_info(&self, n: usize) -> Option<Handle<'_, TextureInfo>> {
|
||||
self.textures_info.get(n).map(|texture_info| Handle::new(self, texture_info))
|
||||
self.textures_info
|
||||
.get(n)
|
||||
.map(|texture_info| Handle::new(self, texture_info))
|
||||
}
|
||||
|
||||
pub fn displacement(&self, n: usize) -> Option<Handle<'_, DisplacementInfo>> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue