From 372f82e7a76c17241afbe51bb2a717a858d1ff7b Mon Sep 17 00:00:00 2001 From: Will Nations Date: Tue, 16 Oct 2018 13:42:06 -0500 Subject: Fix Script -> Script Class not in CreateDialog --- editor/editor_data.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/editor/editor_data.cpp b/editor/editor_data.cpp index 9420452da1..501382e972 100644 --- a/editor/editor_data.cpp +++ b/editor/editor_data.cpp @@ -857,11 +857,16 @@ bool EditorData::script_class_is_parent(const String &p_class, const String &p_i if (!ScriptServer::is_global_class(p_class)) return false; String base = script_class_get_base(p_class); + Ref