Fix regressions regarding multiple remote object selection
This commit is contained in:
parent
6b5b84c0c5
commit
d01d40490f
6 changed files with 25 additions and 26 deletions
|
|
@ -74,7 +74,9 @@ void EditorExpressionEvaluator::_clear() {
|
|||
}
|
||||
|
||||
void EditorExpressionEvaluator::_remote_object_selected(ObjectID p_id) {
|
||||
editor_debugger->emit_signal(SNAME("remote_object_requested"), p_id);
|
||||
Array arr;
|
||||
arr.append(p_id);
|
||||
editor_debugger->emit_signal(SNAME("remote_objects_requested"), arr);
|
||||
}
|
||||
|
||||
void EditorExpressionEvaluator::_on_expression_input_changed(const String &p_expression) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue