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_KeyingDespillOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_KeyingDespillOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_KeyingDespillOperation.h b/source/blender/compositor/operations/COM_KeyingDespillOperation.h
index 16bed651d3a..257c24f3b58 100644
--- a/source/blender/compositor/operations/COM_KeyingDespillOperation.h
+++ b/source/blender/compositor/operations/COM_KeyingDespillOperation.h
@@ -40,11 +40,11 @@ class KeyingDespillOperation : public MultiThreadedOperation {
void setDespillFactor(float value)
{
- this->m_despillFactor = value;
+ m_despillFactor = value;
}
void setColorBalance(float value)
{
- this->m_colorBalance = value;
+ m_colorBalance = value;
}
void executePixelSampled(float output[4], float x, float y, PixelSampler sampler) override;