1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 09:16:01 +08:00

Marked NodeEnumDrawer ShowContextMenuAtMouse public

This commit is contained in:
Thor Brigsted 2019-08-12 22:07:27 +02:00
parent c995bdf0bc
commit 6fa3bdf2ad

View File

@ -47,7 +47,7 @@ namespace XNodeEditor {
#endif
}
private static void ShowContextMenuAtMouse(SerializedProperty property) {
public static void ShowContextMenuAtMouse(SerializedProperty property) {
// Initialize menu
GenericMenu menu = new GenericMenu();