【称号】修复老包中称号报错
parent
274f315d2b
commit
efca8d1244
|
@ -91,7 +91,7 @@ function PlayerTitle:SetEffectScale(effectScale)
|
||||||
-- 处理喜扑老包称号显示异常的问题,喜扑第一个版本的包在底层删除了缩放节点,这里要处理下针对此包不再进行缩放还原
|
-- 处理喜扑老包称号显示异常的问题,喜扑第一个版本的包在底层删除了缩放节点,这里要处理下针对此包不再进行缩放还原
|
||||||
if AppConst.isSDK then
|
if AppConst.isSDK then
|
||||||
local vc = AndroidDeviceInfo.Instance:GetVersionCode()
|
local vc = AndroidDeviceInfo.Instance:GetVersionCode()
|
||||||
if settingValue and vc == Androidtonumber(settingValue) then
|
if settingValue and vc == tonumber(settingValue) then
|
||||||
isScaleActive = false
|
isScaleActive = false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue