From 81b6da9d3db46b0043052330ea97dffe15902dae Mon Sep 17 00:00:00 2001 From: Jason Knight Date: Mon, 7 Feb 2022 11:37:48 -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 7a0a4abbffb..ee53f4b3437 100644 --- a/editor/editor_data.cpp +++ b/editor/editor_data.cpp @@ -894,21 +894,12 @@ bool EditorData::script_class_is_parent(const String &p_class, const String &p_i return false; } - Ref