Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Feb 15, 2024
1 parent 0e41185 commit 3979900
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/w3d/renderer/inttest.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ inline bool AABoxIntersectionTestClass::Cull(const Vector3 &cull_min, const Vect
return true;
}

// #BUGFIX Return a value.
return false;
}

Expand All @@ -89,6 +90,7 @@ inline bool AABoxIntersectionTestClass::Cull(const AABoxClass &cull_box)
return true;
}

// #BUGFIX Return a value.
return false;
}

Expand Down

0 comments on commit 3979900

Please sign in to comment.