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

Rearrange vehicle order to correct part load errors #133

Merged
merged 3 commits into from
Jul 14, 2021

Conversation

UmbralReaper
Copy link
Collaborator

Commit message:
Vehicle parts must be ordered with y-values descending from -1 and ascending from 0. Otherwise, parts are unable to be placed due to not having a frame to attach to. The previous vehicle reformatter did not handle this correctly, and I unknowingly introduced a large number of errors into the codebase when I ran the script. This commit removes those errors.

Unfortunately, a large amount of changes in this commit are superficial because I accidentally used git checkout on the wrong branch.

Vehicle parts must be ordered with y-values descending from -1 and
ascending from 0. Otherwise, parts are unable to be placed due to
not having a frame to attach to. The previous vehicle reformatter
did not handle this correctly, and I unknowingly introduced a large
number of errors into the codebase when I ran the script. This
commit removes those errors.
@UmbralReaper
Copy link
Collaborator Author

I've tested this fairly extensively, so I am just going to go ahead and merge.

@UmbralReaper UmbralReaper merged commit 0e879e6 into GMC-Modding-Team:master Jul 14, 2021
@UmbralReaper UmbralReaper deleted the vehicle_fixes branch July 14, 2021 07:21
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.

1 participant