2
0
Fork 0

Show that identifier found in function names

3.2
Cameron Reikes 2019-08-09 21:15:33 +07:00
parent 71a6d2cd17
commit 9f7a166c35
1 changed files with 1 additions and 0 deletions

@ -961,6 +961,7 @@ bool ShaderLanguage::_find_identifier(const BlockNode *p_block, const Map<String
if (r_type) {
*r_type = IDENTIFIER_FUNCTION;
}
return true;
}
}