use LUTf.makeIdentity()

This commit is contained in:
heckflosse
2016-05-14 13:17:17 +02:00
parent 9da7de4080
commit 56804fca69

View File

@@ -59,9 +59,7 @@ void fillCurveArrayVib(DiagonalCurve* diagCurve, LUTf &outCurve)
outCurve[i] = 65535.f * diagCurve->getVal( double(i) / 65535.0 );
}
} else {
for (int i = 0; i <= 0xffff; i++) {
outCurve[i] = float(i);
}
outCurve.makeIdentity();
}
}