Explorar o código

Merge remote-tracking branch 'remotes/origin/master' into insertcoin

slambb hai 1 ano
pai
achega
811f4dc782
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Assets/BowArrow/InfraredCamera/InfraredDemo.cs

+ 4 - 0
Assets/BowArrow/InfraredCamera/InfraredDemo.cs

@@ -779,6 +779,10 @@ public class InfraredDemo : JCUnityLib.ViewBase
         _duckLevelDropdown.SetValueWithoutNotify(defLevel);
         _duckLevelDropdown.onValueChanged.AddListener(SetDuckLevelTest);
 
+        //b端设置偏移值
+        if (CommonConfig.StandaloneModeOrPlatformB) {
+            InitCenterOffset();
+        }
     }