You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
@@ -4109,6 +4109,7 @@ void GDScriptParser::_parse_class(ClassNode *p_class) {
|
||||
//arguments
|
||||
} break;
|
||||
case GDScriptTokenizer::TK_PR_SIGNAL: {
|
||||
_mark_line_as_safe(tokenizer->get_token_line());
|
||||
tokenizer->advance();
|
||||
|
||||
if (!tokenizer->is_token_literal()) {
|
||||
|
||||
Reference in New Issue
Block a user