Fix to allow radial slider to start from positions other than left

pull/413/head
Chad Kilgore 2020-03-14 22:14:45 -05:00
parent 10919c6e7b
commit 326a2eed75
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ namespace UnityEngine.UI.Extensions
m_image = GetComponent<Image>();
m_image.type = Image.Type.Filled;
m_image.fillMethod = Image.FillMethod.Radial360;
m_image.fillOrigin = 3;
m_image.fillAmount = 0;
}
return m_image;