Forráskód Böngészése

调试入口关闭

lvjincheng 4 éve
szülő
commit
3935c98496
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;