删除多余日志
This commit is contained in:
parent
3dafb6e8a9
commit
d028080629
@ -172,7 +172,6 @@ namespace QFramework.Example
|
||||
|
||||
float width = 1920 / size;
|
||||
float height = 1920 / size;//不缩放y轴了
|
||||
Debug.LogError($"{width} : {height}");
|
||||
Icon.transform.localScale = new Vector3(width / Icon.rectTransform.rect.width, height / Icon.rectTransform.rect.height, 1);
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user