lvjincheng 4 anni fa
parent
commit
5d1f3493e3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Assets/BowArrow/Scripts/Bluetooth/BluetoothAim.cs

+ 1 - 0
Assets/BowArrow/Scripts/Bluetooth/BluetoothAim.cs

@@ -264,6 +264,7 @@ public class BluetoothAim : MonoBehaviour
             }
             isSendCmdLocked = true;
             Sequence sequence = DOTween.Sequence();
+            sequence.PrependInterval(0.3f);
             foreach (var cmd in cmdToSend.cmds) {
                 sequence.AppendCallback(() => {
                     bool stopped = sendCMD_CheckAndDoStop(sequence);