删除多余日志

This commit is contained in:
shenjianxing 2025-05-09 14:24:09 +08:00
parent 3dafb6e8a9
commit d028080629

View File

@ -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