RemoteTechnologiesGroup / RemoteTech

Community developed continuation of Kerbal Space Program's RemoteTech mod.
http://remotetechnologiesgroup.github.io/RemoteTech
GNU General Public License v2.0
230 stars 103 forks source link

fix NetworkRenderer still drawing in SpaceCenter scene when API.enabledInSPC is true #839

Open Ko0z opened 2 years ago

Ko0z commented 2 years ago

fix for the NetworkRenderer when API.enabledInSPC is on. When switching from the Flight-MapView to SpaceCenter, the KSP MapView.MapIsEnabled is still true, thus resulting in this bug. The fix is simple and should definitely not break anything else.