You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
@@ -1374,7 +1374,7 @@ bool Main::start() {
|
|||||||
} else if (res->is_type("Script")) {
|
} else if (res->is_type("Script")) {
|
||||||
Ref<Script> s = res;
|
Ref<Script> s = res;
|
||||||
StringName ibt = s->get_instance_base_type();
|
StringName ibt = s->get_instance_base_type();
|
||||||
bool valid_type = !ObjectTypeDB::is_type(ibt,"Node");
|
bool valid_type = ObjectTypeDB::is_type(ibt,"Node");
|
||||||
ERR_EXPLAIN("Script does not inherit a Node: "+path);
|
ERR_EXPLAIN("Script does not inherit a Node: "+path);
|
||||||
ERR_CONTINUE( !valid_type );
|
ERR_CONTINUE( !valid_type );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user