Merge pull request #31258 from creikey/fix-redefine
Show that identifier found in function names
This commit is contained in:
commit
50a4ed3d13
@ -961,6 +961,7 @@ bool ShaderLanguage::_find_identifier(const BlockNode *p_block, const Map<String
|
||||
if (r_type) {
|
||||
*r_type = IDENTIFIER_FUNCTION;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user