Skip to content

Commit

Permalink
Change temp tape from LinearMeter to CurvedMeter
Browse files Browse the repository at this point in the history
  • Loading branch information
maxq519 committed Nov 16, 2023
1 parent 5af57b3 commit 0693b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Orbitersdk/samples/ProjectApollo/src_lm/lemswitches.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class LMRCSBQtyInd : public CurvedMeter {
SURFHANDLE NeedleSurface;
};

class TempMonitorInd : public LinearMeter {
class TempMonitorInd : public CurvedMeter {
public:
TempMonitorInd();
void Init(SURFHANDLE surf, SwitchRow &row, LEM *s);
Expand Down Expand Up @@ -672,4 +672,4 @@ class LEMMasterAlarmSwitch : public PushSwitch {
protected:
LEM_CWEA *cwea;
SURFHANDLE switchsurfacevc;
};
};

0 comments on commit 0693b39

Please sign in to comment.