TheAssemblyArmada / Thyme

An open source re-implementation of Generals : Zero Hour written in C++.
GNU General Public License v2.0
569 stars 54 forks source link

Fix errors in AABoxIntersectionTestClass::Cull #1111

Closed xezon closed 7 months ago

xezon commented 7 months ago

This claims to be a fix for a Thyme specific issue.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (16343ac) 2.53% compared to head (3979900) 2.54%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1111 +/- ## ========================================= Coverage 2.53% 2.54% ========================================= Files 949 949 Lines 110171 110299 +128 Branches 18880 18881 +1 ========================================= + Hits 2797 2802 +5 - Misses 106972 107094 +122 - Partials 402 403 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tomsons26 commented 7 months ago

Comment this as a bugfix as its a issue in original

xezon commented 7 months ago

Ok. Comments added.