adjust more aggressive scening

main
Bel LaPointe 2023-12-28 15:31:05 -05:00
parent ddfae7f86d
commit 11437bc848
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ impl Inspection {
.split(" scene:").nth(1).unwrap() .split(" scene:").nth(1).unwrap()
.split(" ").nth(0).unwrap() .split(" ").nth(0).unwrap()
).unwrap()) ).unwrap())
.filter(|x| *x > 0.5) // TODO const .filter(|x| *x > 0.3) // TODO const
.collect() .collect()
} }