瀏覽代碼

Merge branch 'master' of http://81.70.224.233:10080/yichael/SmartBow

yichael 4 年之前
父節點
當前提交
a01b5d8ef7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Assets/BowArrow/Scripts/Bluetooth/ShootCheck.cs

+ 1 - 1
Assets/BowArrow/Scripts/Bluetooth/ShootCheck.cs

@@ -131,7 +131,7 @@ public class ShootCheck : MonoBehaviour
                 if (ArmBow.ins != null)
                 {
                     ArmBow.ins.ADS_fire();   
-                    webSocket.Send(str);     
+                    // webSocket.Send(str);    
                 }
             }
         }