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_ProjectorLensDistortionOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.h b/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.h
index b42fa3a361c..af9b216db07 100644
--- a/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.h
+++ b/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.h
@@ -28,13 +28,13 @@ class ProjectorLensDistortionOperation : public MultiThreadedOperation {
/**
* Cached reference to the inputProgram
*/
- SocketReader *m_inputProgram;
+ SocketReader *inputProgram_;
- float m_dispersion;
+ float dispersion_;
/* TODO(manzanilla): to be removed with tiled implementation. */
- bool m_dispersionAvailable;
+ bool dispersionAvailable_;
- float m_kr, m_kr2;
+ float kr_, kr2_;
public:
ProjectorLensDistortionOperation();