We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bab7e commit 0c3d97eCopy full SHA for 0c3d97e
src/RemoteTech2/VesselSatellite.cs
@@ -41,10 +41,7 @@ public bool IsCommandStation {
41
public ISignalProcessor SignalProcessor
42
{
43
get {
44
- return RTUtil.CachePerFrame(ref mSignalProcessor, () =>
45
- {
46
- return SignalProcessors.FirstOrDefault(s => s.FlightComputer != null) ?? SignalProcessors[0];
47
- });
+ return SignalProcessors.FirstOrDefault(s => s.FlightComputer != null) ?? SignalProcessors[0];
48
}
49
50
0 commit comments