RkShaRkz / Starsector-IntelliJ-Template

Starsector mod template with pre-configured IntelliJ project files and instructions.
The Unlicense
0 stars 1 forks source link

Fix issue 31 #32

Closed RkShaRkz closed 3 months ago

RkShaRkz commented 3 months ago

Issue link: https://github.com/RkShaRkz/Starsector-IntelliJ-Template/issues/31

This PR should fix the issue #31 since the problem was that the three AngleOffset lists simply weren't the same size. This was refactored to now use three loops instead of just one, and all same-indices of all three lists will still use the same value as before.