Skip to content

Commit

Permalink
Fix ambiguous method call on Unity6
Browse files Browse the repository at this point in the history
  • Loading branch information
bnco-dev committed Nov 22, 2024
1 parent 87c3a36 commit f913431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ int GetRangeIndex(int tagIndex, int startFrame, int endFrame)
}

// Show the context menu
dropdownMenu.DropDown(new Rect(e.position, Vector2.zero), element);
dropdownMenu.DropDown(new Rect(e.position, Vector2.zero), element, false);
}
}

Expand Down

0 comments on commit f913431

Please sign in to comment.