fix: fix the tooltip text

vr
mob-sakai 2020-06-06 16:42:59 +09:00
parent 4a8106e6f6
commit f38f034148
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ namespace Coffee.UISoftMask
[SerializeField, Tooltip("Is the soft mask a part of parent soft mask?")]
private bool m_PartOfParent = false;
[SerializeField, Tooltip("Self Graphic will not be drawn to soft mask buffer.")]
[SerializeField, Tooltip("Self graphic will not be drawn to soft mask buffer.")]
private bool m_IgnoreSelfGraphic;