blowfishpro / B9PartSwitch

A Kerbal Space Program plugin designed to implement switching of part meshes, resources, and nodes
GNU Lesser General Public License v3.0
50 stars 33 forks source link

Put constants in a nested class #24

Closed blowfishpro closed 8 years ago

blowfishpro commented 8 years ago

KSP explodes when you have const fields on a PartModule because it tries to copy fields from one object to another on the root part without checking the fields first.

http://bugs.kerbalspaceprogram.com/issues/9865