默认头像修改

dev_chengFeng
gaoxin 2020-09-28 17:34:39 +08:00 committed by JieLing
parent 6f0b87c858
commit 75a8cade8b
1 changed files with 1 additions and 1 deletions

View File

@ -1363,7 +1363,7 @@ end
--- 获取玩家头像框资源
function GetPlayerHeadFrameSprite(frameId)
if frameId == 0 then frameId = 80001 end
if frameId == 0 then frameId = 80000 end
local frame = ConfigManager.GetConfigData(ConfigName.ItemConfig, frameId)
return Util.LoadSprite(GetResourcePath(frame.ResourceID))
end