소스 검색

调试入口关闭

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;