mirror of
https://github.com/godotengine/godot.git
synced 2024-11-23 04:33:29 +00:00
(Fix) script will not be able to extend itself
This commit is contained in:
parent
7f8a0cddcf
commit
73ff3ac218
@ -1689,7 +1689,7 @@ bool GDScript::_update_exports() {
|
||||
}
|
||||
|
||||
|
||||
if (c->extends_used && String(c->extends_file)!="") {
|
||||
if (c->extends_used && String(c->extends_file)!="" && String(c->extends_file) != get_path()) {
|
||||
|
||||
String path = c->extends_file;
|
||||
if (path.is_rel_path()) {
|
||||
|
Loading…
Reference in New Issue
Block a user