fix mouse actions
This commit is contained in:
@@ -54,7 +54,7 @@ public class RadialMenuItem : MonoBehaviour
|
||||
|
||||
public void CancelAndClose()
|
||||
{
|
||||
tcs.TrySetCanceled();
|
||||
tcs.TrySetResult(RadialMenuActions.Cancel);
|
||||
Close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user