Closed al2me6 closed 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.
force3DOrbits
MapView.fetch
cc @siimav and @vader111.
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).
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 forMapView.fetch
.cc @siimav and @vader111.