Merge pull request #35058 from clayjohn/texture_debug

Make texture_debug_usage thread safe
This commit is contained in:
Rémi Verschelde 2020-01-13 08:44:01 +01:00 committed by GitHub
commit ed9984c3c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)