Browse Source

Show that identifier found in function names

(cherry picked from commit 9f7a166c356b1f9bf32f3dcb5b62f76fc54dbb35)
Cameron Reikes 6 năm trước cách đây
mục cha
commit
204f21909b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      servers/visual/shader_language.cpp

+ 1 - 0
servers/visual/shader_language.cpp

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