cull(engine-cleanup): pass-9 cascade round 1 after UILabel stub
This commit is contained in:
@@ -128,19 +128,6 @@ public class UIRoot : MonoBehaviour
|
||||
}
|
||||
}
|
||||
|
||||
public float pixelSizeAdjustment
|
||||
{
|
||||
get
|
||||
{
|
||||
int num = Mathf.RoundToInt(NGUITools.screenSize.y);
|
||||
if (num != -1)
|
||||
{
|
||||
return GetPixelSizeAdjustment(num);
|
||||
}
|
||||
return 1f;
|
||||
}
|
||||
}
|
||||
|
||||
public float GetPixelSizeAdjustment(int height)
|
||||
{
|
||||
height = Mathf.Max(2, height);
|
||||
|
||||
Reference in New Issue
Block a user