File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -761,7 +761,6 @@ void ExecRunMode()
761761 if (t - pauseHoldStartstamp > OF_Prefs::settings[OF_Const::holdToPauseLength]) {
762762 // MAKE SURE EVERYTHING IS DISENGAGED:
763763 OF_FFB::FFBShutdown ();
764- FW_Common::offscreenBShot = false ;
765764 FW_Common::SetMode (FW_Const::GunMode_Pause);
766765 FW_Common::buttons.ReleaseAll ();
767766 FW_Common::buttons.ReportDisable ();
@@ -772,8 +771,7 @@ void ExecRunMode()
772771 if (FW_Common::buttons.pressedReleased == FW_Const::EnterPauseModeBtnMask || FW_Common::buttons.pressedReleased == FW_Const::BtnMask_Home) {
773772 // MAKE SURE EVERYTHING IS DISENGAGED:
774773 OF_FFB::FFBShutdown ();
775- FW_Common::offscreenBShot = false ;
776- FW_Common::SetMode (FW_Const::GunMode_Pause);
774+ FW_Common::SetMode (FW_Const::GunMode_Pause);
777775 FW_Common::buttons.ReleaseAll ();
778776 FW_Common::buttons.ReportDisable ();
779777 return ;
You can’t perform that action at this time.
0 commit comments