From fd30c36985c6a5de09daf897800c36acb8c2c49a Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Sun, 28 Mar 2021 12:32:17 +0100 Subject: Rename Texture.get_data() to get_image() --- modules/fbx/tools/import_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/fbx/tools/import_utils.h') diff --git a/modules/fbx/tools/import_utils.h b/modules/fbx/tools/import_utils.h index 6261138812..bea28ffeda 100644 --- a/modules/fbx/tools/import_utils.h +++ b/modules/fbx/tools/import_utils.h @@ -339,7 +339,7 @@ public: // } else { // Ref texture = ResourceLoader::load(p_path); // ERR_FAIL_COND_V(texture.is_null(), Ref()); - // Ref image = texture->get_data(); + // Ref image = texture->get_image(); // ERR_FAIL_COND_V(image.is_null(), Ref()); // state.path_to_image_cache.insert(p_path, image); // return image; -- cgit v1.2.3