1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +02:00

formatting

This commit is contained in:
Robin Appelman 2025-02-26 23:00:50 +01:00
commit 4417645fd4

View file

@ -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>> {