Update - 1.5.0.80
EN: 1.5.0.80 CN: 1.5.0.82 JP: 1.5.0.84 KR: 1.5.0.87
This commit is contained in:
@@ -202,7 +202,7 @@ end
|
||||
function SettingsGraphicCtrl:ForceChange1080p(nBefore, nAfter)
|
||||
if nBefore == 1 and nAfter == 2 then
|
||||
local nCount = #self.tbResolution
|
||||
local nMax = 4 <= nCount and 4 or nCount
|
||||
local nMax = nCount
|
||||
for i = 1, nMax do
|
||||
if string.find(self.tbResolution[i], "1920") then
|
||||
EventManager.Hit("SettingsSetResolution", i)
|
||||
|
||||
Reference in New Issue
Block a user