Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]RadialMenu ActivateMenuItem(int index) #72

Open
MatrixBai opened this issue Nov 25, 2016 · 1 comment
Open

[Bug]RadialMenu ActivateMenuItem(int index) #72

MatrixBai opened this issue Nov 25, 2016 · 1 comment

Comments

@MatrixBai
Copy link

 public void ActivateMenuItem(int index)
 {
        if (index >= _menuItems.Count() || index < 0)
        {
            Debug.LogError(String.Format("[MarkLight] {0}: Unable to activate menu item. Index out of range.", GameObjectName));
            return;
        }

        DeactivateMenuItem(_menuItems[index]);//Should be ActivateMenuItem(_menuItems[index]);
    }
@patrik-u
Copy link

Thanks for the bug report and fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants