mirror of
https://codeberg.org/icewind/vbspview.git
synced 2026-06-03 18:24:09 +02:00
prop toggle
This commit is contained in:
parent
bf6961b456
commit
3d72c0aaee
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ impl<C: Control> Renderer<C> {
|
|||
.filter_map(|(i, model)| {
|
||||
if !self.gui.show_bsp && i == 0 {
|
||||
None
|
||||
} else if !self.gui.show_props && i == 1 {
|
||||
} else if !self.gui.show_props && i > 0 {
|
||||
None
|
||||
} else {
|
||||
Some(model)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue