Open xezon opened 9 months ago
Attention: 8 lines
in your changes are missing coverage. Please review.
Comparison is base (
cfa005f
) 2.53% compared to head (6e21d1b
) 2.53%.
Files | Patch % | Lines |
---|---|---|
...tform/w3dengine/client/shadow/w3dbuffermanager.cpp | 0.00% | 8 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This change fixes game crashes from exceeding the limits of
MAX_VB_SIZES
,MAX_IB_SIZES
andMAX_NUMBER_SLOTS
.MAX_NUMBER_SLOTS
is exceeded in the original game when more than 512 Scorpion tanks are rendered in the scene.