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

Fix texture switch sticking #164

Closed blowfishpro closed 4 years ago

blowfishpro commented 4 years ago

The original would reset itself before the copy was initialized, so the copy would have no way of knowing about the original texture, and the switched texture would get stuck

Resolves #156