|
@@ -249,8 +249,8 @@ public class DeviceCalibrateView : MonoBehaviour, MenuBackInterface
|
|
|
} else {
|
|
} else {
|
|
|
canUpdateGyrCalibrateProgress = false;
|
|
canUpdateGyrCalibrateProgress = false;
|
|
|
}
|
|
}
|
|
|
- AimHandler.ins.CalibrateGyr(gyrCalibrating);
|
|
|
|
|
AimHandler.ins.ResetGyr();
|
|
AimHandler.ins.ResetGyr();
|
|
|
|
|
+ AimHandler.ins.CalibrateGyr(gyrCalibrating);
|
|
|
RefreshGyrBtn();
|
|
RefreshGyrBtn();
|
|
|
}
|
|
}
|
|
|
|
|
|