mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
-wip on addon editor
-fixes instantiable subclasses not working, as reported in #3871
This commit is contained in:
parent
445d38b728
commit
210d332def
4 changed files with 121 additions and 0 deletions
|
@ -1712,6 +1712,8 @@ Error GDCompiler::_parse_class(GDScript *p_script,GDScript *p_owner,const GDPars
|
|||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
p_script->valid=true;
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue