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_MixOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_MixOperation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/compositor/operations/COM_MixOperation.h b/source/blender/compositor/operations/COM_MixOperation.h
index fabbea422eb..5d96aa4f5d7 100644
--- a/source/blender/compositor/operations/COM_MixOperation.h
+++ b/source/blender/compositor/operations/COM_MixOperation.h
@@ -91,15 +91,15 @@ class MixBaseOperation : public MultiThreadedOperation {
void setUseValueAlphaMultiply(const bool value)
{
- this->m_valueAlphaMultiply = value;
+ m_valueAlphaMultiply = value;
}
inline bool useValueAlphaMultiply()
{
- return this->m_valueAlphaMultiply;
+ return m_valueAlphaMultiply;
}
void setUseClamp(bool value)
{
- this->m_useClamp = value;
+ m_useClamp = value;
}
void update_memory_buffer_partial(MemoryBuffer *output,