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_MovieDistortionOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_MovieDistortionOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_MovieDistortionOperation.h b/source/blender/compositor/operations/COM_MovieDistortionOperation.h
index 7e62de7b9f1..f3eeb2f48ba 100644
--- a/source/blender/compositor/operations/COM_MovieDistortionOperation.h
+++ b/source/blender/compositor/operations/COM_MovieDistortionOperation.h
@@ -99,8 +99,8 @@ public:
this->m_inverted == inverted &&
this->m_width == width &&
this->m_height == height &&
- this->m_calibration_width == this->m_calibration_width &&
- this->m_calibration_height == this->m_calibration_height;
+ this->m_calibration_width == calibration_width &&
+ this->m_calibration_height == claibration_height;
}
void getUV(MovieTracking *trackingData, int x, int y, float *u, float *v)