R-T-B / Kopernicus

Kopernicus is a mod for Kerbal Space Program which allows users to replace the planetary system used by the game.
GNU Lesser General Public License v3.0
32 stars 11 forks source link

Fix logspam in non-flight scenes with `force3DOrbits` enabled #58

Closed al2me6 closed 3 years ago

al2me6 commented 3 years ago

Enabling force3DOrbits, which fixes some long-standing issues in RSS (namely, flickering orbit lines and incorrect occlusion), causes severe NRE spam in non-flight scenes. This patch fixes the logspam by adding a null check for MapView.fetch.

cc @siimav and @vader111.

R-T-B commented 3 years ago

Thanks! This looks good to me, so I will merge it and integrate it into next release (or maybe just push it as it's own, we'll see how far I get).