Skip to content
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

Fix logic error in aero wing armor pip layout. #334

Merged
merged 1 commit into from
Aug 9, 2019
Merged

Conversation

neoancient
Copy link
Member

@neoancient neoancient commented Aug 9, 2019

Only a fraction of pips are printing.
The logic is that all the possible pip positions are determined, then the actual pips that are drawn are spaced proportionally among them. What is happening is that only a number of pips equal to the wing armor are being laid out, but the number of those that are shown is still determined by the proportion of the armor points to the total that fit in the space.

Fixes #333

Only a fraction of pips were printing.
@neoancient neoancient merged commit ffd0820 into master Aug 9, 2019
@neoancient neoancient deleted the aero_wing_pips branch August 9, 2019 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ASF printing - Missing armor pips
2 participants