Allow to select multiple remote nodes at runtime
This commit is contained in:
@ -61,7 +61,7 @@ UndoRedo *EditorUndoRedoManager::get_history_undo_redo(int p_idx) const {
|
||||
int EditorUndoRedoManager::get_history_id_for_object(Object *p_object) const {
|
||||
int history_id = INVALID_HISTORY;
|
||||
|
||||
if (Object::cast_to<EditorDebuggerRemoteObject>(p_object)) {
|
||||
if (Object::cast_to<EditorDebuggerRemoteObjects>(p_object)) {
|
||||
return REMOTE_HISTORY;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user