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;