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_IDMaskOperation.cc')
-rw-r--r--source/blender/compositor/operations/COM_IDMaskOperation.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_IDMaskOperation.cc b/source/blender/compositor/operations/COM_IDMaskOperation.cc
index 5837cb1fda9..503cbf5eb31 100644
--- a/source/blender/compositor/operations/COM_IDMaskOperation.cc
+++ b/source/blender/compositor/operations/COM_IDMaskOperation.cc
@@ -24,8 +24,8 @@ IDMaskOperation::IDMaskOperation()
{
this->add_input_socket(DataType::Value);
this->add_output_socket(DataType::Value);
- this->flags.complex = true;
- flags.can_be_constant = true;
+ flags_.complex = true;
+ flags_.can_be_constant = true;
}
void *IDMaskOperation::initialize_tile_data(rcti *rect)