소스 검색

修改报错

胡佳骏 1 년 전
부모
커밋
7d303e06fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Samples~/trilibSDK/TriLib/TriLibSamples/Common/Scripts/AbstractInputSystem.cs

+ 1 - 1
Samples~/trilibSDK/TriLib/TriLibSamples/Common/Scripts/AbstractInputSystem.cs

@@ -32,7 +32,7 @@ namespace TriLibCore.Samples
             return false;
 #else
 
-            if (SystemInfo.deviceType == DeviceType.Handheld && Input.touchSupported && Input.touchCount > 1 && index == 2)
+            if (SystemInfo.deviceType == UnityEngine.DeviceType.Handheld && Input.touchSupported && Input.touchCount > 1 && index == 2)
             {
                 return true;
             }