Skip to content

Commit 9e6ef13

Browse files
committed
- fix unused temp warning
1 parent fe52def commit 9e6ef13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5420,7 +5420,7 @@ fn obb_vs_obb_test() {
54205420
-0.402272, -3.458451, 0.687430, -10.000000,
54215421
0.489462, 2.900668, 0.763349, -7.228000,
54225422
0.000000, 0.000000, 0.000000, 1.000000);
5423-
let overlap = obb_vs_obb(obb, obb2);
5423+
let _overlap = obb_vs_obb(obb, obb2);
54245424
//assert_eq!(overlap, true);
54255425
}
54265426
{

0 commit comments

Comments
 (0)