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:
SL1900
2026-01-20 18:00:00 +09:00
parent 235fee6915
commit 999664ac13
127 changed files with 484147 additions and 211 deletions
+1 -1
View File
@@ -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)