KSPSnark / IndicatorLights

KSP mod that adds LED-like "indicator lights" for various uses.
Other
11 stars 10 forks source link

Fixed Unity startup error #8

Closed linuxgurugamer closed 4 years ago

linuxgurugamer commented 4 years ago

Fixed initialization of vars to be initialized in Start() rather than the instantiator This necessitated removing the "readonly" attribute from all the vars because they needed to be initialized in the Start. The Instantiator was renamed to Configuration_Init() and made a void, and is now called from the Loader.cs, line 21