Skip to content

Commit 3211378

Browse files
committed
Resolved potential issue where atmo curves for bodies would not load correctly when loading a new bodies.ini file if the order of bodies in the old bodies.ini was different than in the new bodies.ini file. Clearing a persistent var in processINIBodyInfo does the trick.
1 parent 4777966 commit 3211378

4 files changed

Lines changed: 287 additions & 285 deletions

File tree

appOptions.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[ksptot]
2-
bodiesinifile = C:\Users\Adam\Dropbox\Documents\homework\Personal Projects\KSP Trajectory Optimization Tool\bodies.ini
2+
bodiesinifile =
33
departplotnumoptiters = 25
44
gravparamtype = kspStockLike
55
plotmaxdeltav = 10

0 commit comments

Comments
 (0)