From 210d332defffb5528da6c6aff3b28fb8732bf007 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 29 Feb 2016 09:56:36 -0300 Subject: -wip on addon editor -fixes instantiable subclasses not working, as reported in #3871 --- modules/gdscript/gd_compiler.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/gdscript/gd_compiler.cpp b/modules/gdscript/gd_compiler.cpp index 53519030fc..403af8eb04 100644 --- a/modules/gdscript/gd_compiler.cpp +++ b/modules/gdscript/gd_compiler.cpp @@ -1712,6 +1712,8 @@ Error GDCompiler::_parse_class(GDScript *p_script,GDScript *p_owner,const GDPars } } #endif + + p_script->valid=true; return OK; } -- cgit v1.2.3