adjust more aggressive scening

This commit is contained in:
Bel LaPointe
2023-12-28 15:31:05 -05:00
parent ddfae7f86d
commit 11437bc848

View File

@@ -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()
}