parent
85f7d056ab
commit
a69c3cace2
@ -4109,6 +4109,7 @@ void GDScriptParser::_parse_class(ClassNode *p_class) {
|
|||||||
//arguments
|
//arguments
|
||||||
} break;
|
} break;
|
||||||
case GDScriptTokenizer::TK_PR_SIGNAL: {
|
case GDScriptTokenizer::TK_PR_SIGNAL: {
|
||||||
|
_mark_line_as_safe(tokenizer->get_token_line());
|
||||||
tokenizer->advance();
|
tokenizer->advance();
|
||||||
|
|
||||||
if (!tokenizer->is_token_literal()) {
|
if (!tokenizer->is_token_literal()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user