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.h')
-rw-r--r--source/blender/compositor/operations/COM_IDMaskOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_IDMaskOperation.h b/source/blender/compositor/operations/COM_IDMaskOperation.h
index ed6d065216f..333f9eeee98 100644
--- a/source/blender/compositor/operations/COM_IDMaskOperation.h
+++ b/source/blender/compositor/operations/COM_IDMaskOperation.h
@@ -24,7 +24,7 @@ namespace blender::compositor {
class IDMaskOperation : public MultiThreadedOperation {
private:
- float m_objectIndex;
+ float objectIndex_;
public:
IDMaskOperation();
@@ -34,7 +34,7 @@ class IDMaskOperation : public MultiThreadedOperation {
void setObjectIndex(float objectIndex)
{
- m_objectIndex = objectIndex;
+ objectIndex_ = objectIndex;
}
void update_memory_buffer_partial(MemoryBuffer *output,