Hotfix - 1.11.0.115

EN: 1.11.0.115
CN: 1.11.0.116
JP: 1.11.0.120
KR: 1.11.0.120
This commit is contained in:
SL1900
2026-06-03 20:30:00 +09:00
parent dcc2c4a2a9
commit 17c041b62e
14 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ function MallPkgPopupCtrl:RefreshName()
self:AddTimer(0, 0.034, function()
nPosX = nPosX - 1
if nPosX < -nWidth then
nPosX = 0
nPosX = nMaxWidth
end
rtName2.anchoredPosition = Vector2(nPosX, 0)
end, true, true)