You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
GDScript: Fix issues when deriving from other scripts
This commit is contained in:
@@ -631,7 +631,6 @@ void GDScriptParser::parse_extends() {
|
||||
current_class->extends_path = previous.literal;
|
||||
|
||||
if (!match(GDScriptTokenizer::Token::PERIOD)) {
|
||||
end_statement("superclass path");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user