Browse Source

aa

master
chenbin 4 years ago
parent
commit
b84cf90f00
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Assets/trCRM/upgradeRes4Dev/priority/lua/toolkit/LuaUtl.lua

+ 2
- 1
Assets/trCRM/upgradeRes4Dev/priority/lua/toolkit/LuaUtl.lua View File

601
         string.find(mode, "iPhone10,6") or 
601
         string.find(mode, "iPhone10,6") or 
602
         string.find(mode, "iPhone11,3") or
602
         string.find(mode, "iPhone11,3") or
603
             string.find(mode, "iPhone11,6") or -- XS Max
603
             string.find(mode, "iPhone11,6") or -- XS Max
604
-            string.find(mode, "iPhone11,8")
604
+            string.find(mode, "iPhone11,8") or
605
+            string.find(mode, "iPhone12,1")
605
      then -- xr
606
      then -- xr
606
         NGUITools.isFringe = true
607
         NGUITools.isFringe = true
607
     end
608
     end

Loading…
Cancel
Save