mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 11:01:17 +00:00
bind AfterGUIInput
This commit is contained in:
parent
c6fd311da0
commit
3c7a5fd8ac
6 changed files with 39 additions and 25 deletions
|
|
@ -1139,7 +1139,7 @@ EditorPlugin::AfterGUIInput Skeleton3DEditorPlugin::forward_spatial_gui_input(Ca
|
|||
se->update_bone_original();
|
||||
}
|
||||
}
|
||||
return EditorPlugin::AFTER_GUI_INPUT_DESELECT;
|
||||
return EditorPlugin::AFTER_GUI_INPUT_CUSTOM;
|
||||
}
|
||||
return EditorPlugin::AFTER_GUI_INPUT_PASS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue