星际显示添加空判断

(cherry picked from commit fd5cd6836c)
dev_one_discount hotfix/you_gu/cdn_66_and/1.1.42
wangzhenxing 2023-09-15 18:00:39 +08:00 committed by DESKTOP-RH64908\Administrator
parent 51003c0c8c
commit 551579ca39
1 changed files with 3 additions and 0 deletions

View File

@ -655,6 +655,9 @@ function SetHeroStars(spLoader, starGrid, star, type,_starSize,_scale,_pivot,rot
-- horizonta.childAlignment = "LowerLeft"
-- end
--LogError("star====="..star)
if type==nil then
type=1
end
if star>11 then
type=3
end