Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2022-02-18 10:29:32 +0300
committerJeroen Bakker <jeroen@blender.org>2022-02-18 10:29:32 +0300
commit5c6eefa85047cded7ea3a269cf334a1f316bf032 (patch)
treeea63fa9d8ad4c746ece5d65ebb4be6d082b50611 /source/blender/draw/engines/image/image_drawing_mode.hh
parentca1f879c0254ba40188a7cdd40f564b12a82cd43 (diff)
parentfe26d188891f95d199e2559929204fddacea2ba8 (diff)
Merge branch 'blender-v3.1-release'
Diffstat (limited to 'source/blender/draw/engines/image/image_drawing_mode.hh')
-rw-r--r--source/blender/draw/engines/image/image_drawing_mode.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/image/image_drawing_mode.hh b/source/blender/draw/engines/image/image_drawing_mode.hh
index b3d6c3abd18..6ab1bffb3e1 100644
--- a/source/blender/draw/engines/image/image_drawing_mode.hh
+++ b/source/blender/draw/engines/image/image_drawing_mode.hh
@@ -459,7 +459,7 @@ template<typename TextureMethod> class ScreenSpaceDrawingMode : public AbstractD
method.update_screen_uv_bounds();
/* Check for changes in the image user compared to the last time. */
- instance_data->update_image_user(iuser);
+ instance_data->update_image_usage(iuser);
/* Step: Update the GPU textures based on the changes in the image. */
instance_data->update_gpu_texture_allocations();