Skip to content

Commit 68614ba

Browse files
committed
Update compatible with hover check.
1 parent b8f2b95 commit 68614ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/JCSUnity/Scripts/Input/JCS_ButtonSelectionGroup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public void SelectSelectionHover(JCS_ButtonSelection selection)
299299
/// <param name="selection"> selection to select. </param>
300300
public void SelectSelection(PointerEventData data, JCS_ButtonSelection selection)
301301
{
302-
SelectSelection(selection);
302+
SelectSelection(selection, true);
303303
}
304304

305305
/// <summary>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Build from DESKTOP-5QUO247 at 12/9/2017 7:48:41 AM
1+
Build from DESKTOP-5QUO247 at 12/14/2017 2:02:07 PM

0 commit comments

Comments
 (0)