Fix extends parsing breaking if it has the cursor
This commit is contained in:
parent
fe2f24c47c
commit
3754759e26
@ -3618,6 +3618,7 @@ void GDScriptParser::_parse_extends(ClassNode *p_class) {
|
||||
p_class->extends_class.push_back(identifier);
|
||||
} break;
|
||||
|
||||
case GDScriptTokenizer::TK_CURSOR:
|
||||
case GDScriptTokenizer::TK_PERIOD:
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user