adjust more aggressive scening
This commit is contained in:
@@ -175,7 +175,7 @@ impl Inspection {
|
||||
.split(" scene:").nth(1).unwrap()
|
||||
.split(" ").nth(0).unwrap()
|
||||
).unwrap())
|
||||
.filter(|x| *x > 0.5) // TODO const
|
||||
.filter(|x| *x > 0.3) // TODO const
|
||||
.collect()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user