Skip to content

[Bug]RadialMenu ActivateMenuItem(int index) #72

Description

@MatrixBai
 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]);
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions