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_TextureOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_TextureOperation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/compositor/operations/COM_TextureOperation.h b/source/blender/compositor/operations/COM_TextureOperation.h
index 5bc21da1f96..2efb76e8c37 100644
--- a/source/blender/compositor/operations/COM_TextureOperation.h
+++ b/source/blender/compositor/operations/COM_TextureOperation.h
@@ -58,17 +58,17 @@ class TextureBaseOperation : public MultiThreadedOperation {
void setTexture(Tex *texture)
{
- this->m_texture = texture;
+ m_texture = texture;
}
void initExecution() override;
void deinitExecution() override;
void setRenderData(const RenderData *rd)
{
- this->m_rd = rd;
+ m_rd = rd;
}
void setSceneColorManage(bool sceneColorManage)
{
- this->m_sceneColorManage = sceneColorManage;
+ m_sceneColorManage = sceneColorManage;
}
void update_memory_buffer_partial(MemoryBuffer *output,