From 6f7cef601a6ddc2f77f9341050e377cd195124c9 Mon Sep 17 00:00:00 2001 From: Jason Knight Date: Sun, 6 Feb 2022 19:43:08 -0600 Subject: [PATCH] Use ScriptServer::get_global_class_base instead of script_class_get_base in script_class_is_parent. --- editor/editor_data.cpp | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/editor/editor_data.cpp b/editor/editor_data.cpp index e1ac4e0be78..915a3c69b41 100644 --- a/editor/editor_data.cpp +++ b/editor/editor_data.cpp @@ -870,21 +870,12 @@ bool EditorData::script_class_is_parent(const String &p_class, const String &p_i return false; } - Ref