Skip to content

Commit

Permalink
fix: fix the tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Jun 6, 2020
1 parent 4a8106e commit f38f034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/SoftMaskForUGUI/Scripts/SoftMask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public enum DesamplingRate
[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;


Expand Down

0 comments on commit f38f034

Please sign in to comment.