소스 검색

Make texture_debug_usage thread safe

clayjohn 5 년 전
부모
커밋
3579187f90
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      servers/visual/visual_server_wrap_mt.h

+ 1 - 1
servers/visual/visual_server_wrap_mt.h

@@ -101,7 +101,7 @@ public:
 	FUNC2(texture_set_path, RID, const String &)
 	FUNC1RC(String, texture_get_path, RID)
 	FUNC1(texture_set_shrink_all_x2_on_set_data, bool)
-	FUNC1(texture_debug_usage, List<TextureInfo> *)
+	FUNC1S(texture_debug_usage, List<TextureInfo> *)
 
 	FUNC1(textures_keep_original, bool)