mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
[Scene] Add SceneStringNames::confirmed
This commit is contained in:
parent
d9e2fc74c7
commit
ca18a06ecb
66 changed files with 128 additions and 124 deletions
|
|
@ -273,7 +273,7 @@ BonePicker::~BonePicker() {
|
|||
void BoneMapper::create_editor() {
|
||||
// Create Bone picker.
|
||||
picker = memnew(BonePicker(skeleton));
|
||||
picker->connect("confirmed", callable_mp(this, &BoneMapper::_apply_picker_selection));
|
||||
picker->connect(SceneStringName(confirmed), callable_mp(this, &BoneMapper::_apply_picker_selection));
|
||||
add_child(picker, false, INTERNAL_MODE_FRONT);
|
||||
|
||||
profile_selector = memnew(EditorPropertyResource);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue