瀏覽代碼

调试入口关闭

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

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

@@ -5,7 +5,7 @@ using UnityEngine.UI;
 
 public class BluetoothHolder : MonoBehaviour
 {   
-    bool debug = true;
+    bool debug = false;
     GameObject magEllipse;
     HashSet<Object> magEllipseViewers = new HashSet<Object>();
     public static BluetoothHolder ins;