You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Show that identifier found in function names
This commit is contained in:
@@ -961,6 +961,7 @@ bool ShaderLanguage::_find_identifier(const BlockNode *p_block, const Map<String
|
|||||||
if (r_type) {
|
if (r_type) {
|
||||||
*r_type = IDENTIFIER_FUNCTION;
|
*r_type = IDENTIFIER_FUNCTION;
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user