Explorar o código

Show that identifier found in function names

Cameron Reikes %!s(int64=6) %!d(string=hai) anos
pai
achega
9f7a166c35
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 		}
 	}