Browse Source

Show that identifier found in function names

Cameron Reikes 6 years ago
parent
commit
9f7a166c35
1 changed files with 1 additions and 0 deletions
  1. 1 0
      servers/visual/shader_language.cpp

+ 1 - 0
servers/visual/shader_language.cpp

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