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:
Diffstat (limited to 'source/blender/compositor/operations/COM_MapUVOperation.cc')
-rw-r--r--source/blender/compositor/operations/COM_MapUVOperation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_MapUVOperation.cc b/source/blender/compositor/operations/COM_MapUVOperation.cc
index fb4fcff381d..8f46332c9bc 100644
--- a/source/blender/compositor/operations/COM_MapUVOperation.cc
+++ b/source/blender/compositor/operations/COM_MapUVOperation.cc
@@ -26,7 +26,7 @@ MapUVOperation::MapUVOperation()
this->add_input_socket(DataType::Vector);
this->add_output_socket(DataType::Color);
alpha_ = 0.0f;
- this->flags.complex = true;
+ flags_.complex = true;
set_canvas_input_index(UV_INPUT_INDEX);
inputUVProgram_ = nullptr;