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_ReadBufferOperation.cc')
-rw-r--r--source/blender/compositor/operations/COM_ReadBufferOperation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_ReadBufferOperation.cc b/source/blender/compositor/operations/COM_ReadBufferOperation.cc
index 75b4c61a376..b0e0b2c219f 100644
--- a/source/blender/compositor/operations/COM_ReadBufferOperation.cc
+++ b/source/blender/compositor/operations/COM_ReadBufferOperation.cc
@@ -29,7 +29,7 @@ ReadBufferOperation::ReadBufferOperation(DataType datatype)
single_value_ = false;
offset_ = 0;
buffer_ = nullptr;
- flags.is_read_buffer_operation = true;
+ flags_.is_read_buffer_operation = true;
}
void *ReadBufferOperation::initialize_tile_data(rcti * /*rect*/)