bind AfterGUIInput

This commit is contained in:
Silc Renew 2022-08-16 03:04:17 +09:00 committed by Silc 'Tokage' Renew
parent c6fd311da0
commit 3c7a5fd8ac
6 changed files with 39 additions and 25 deletions

View file

@ -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;
}