Skip to content

Commit 377777c

Browse files
committed
xrlinear
1 parent c51c428 commit 377777c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/common/xr_linear.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -763,11 +763,7 @@ inline static bool XrMatrix4x4f_CullBounds(const XrMatrix4x4f* mvp, const XrVect
763763
break;
764764
}
765765
}
766-
if (i == 8) {
767-
return true;
768-
}
769-
770-
return false;
766+
return i == 8;
771767
}
772768

773769
#endif // XR_LINEAR_H_

0 commit comments

Comments
 (0)