You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Show that identifier found in function names
(cherry picked from commit 9f7a166c35)
This commit is contained in:
committed by
Rémi Verschelde
parent
e83754b6ed
commit
204f21909b
@@ -932,6 +932,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