-
Notifications
You must be signed in to change notification settings - Fork 68
Optimize W3DPropBuffer::Draw_Props #797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
I think CI needs to be retriggered or you just rebase the branch. |
1ba497f
to
716d4c0
Compare
716d4c0
to
3886cc0
Compare
3886cc0
to
0535668
Compare
Codecov ReportBase: 2.79% // Head: 2.79% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## develop #797 +/- ##
==========================================
- Coverage 2.79% 2.79% -0.01%
==========================================
Files 714 719 +5
Lines 64140 64223 +83
Branches 10419 10427 +8
==========================================
- Hits 1795 1792 -3
- Misses 62077 62163 +86
Partials 268 268
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Merge this earliest after Standalone. |
This change cuts 2 obsolete conditions from W3DPropBuffer::Draw_Props. I expect compiler would do it anyway, but it is nice to shorten source code too for simplicity.