Added a default margin to the tile dependancy of the lens distortion

node.
This commit is contained in:
Jeroen Bakker 2012-07-05 09:39:06 +00:00
parent 5e0f7467e9
commit e5e1d7bc9f

@ -256,7 +256,7 @@ bool ScreenLensDistortionOperation::determineDependingAreaOfInterest(rcti *input
UPDATE_INPUT;
determineUV(coords, input->xmax, input->ymin);
UPDATE_INPUT;
margin = (ABS(this->m_distortion) + this->m_dispersion) * MARGIN;
margin = (ABS(this->m_distortion) + this->m_dispersion) * MARGIN + 2.0f;
}
else
{