Fix broken non OMP build
This commit is contained in:
parent
f95acfe74e
commit
a2b0167339
@ -20,7 +20,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <map>
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
@ -131,7 +131,7 @@ void LFModifier::processVignette3Channels(int width, int height, float** rawData
|
|||||||
#else
|
#else
|
||||||
void LFModifier::processVignette3Channels(int width, int height, float** rawData) const
|
void LFModifier::processVignette3Channels(int width, int height, float** rawData) const
|
||||||
{
|
{
|
||||||
data_->ApplyColorModification(rawData[y], 0, 0, width, height, LF_CR_3(RED, GREEN, BLUE), width * 3 * sizeof(float));
|
data_->ApplyColorModification(rawData[0], 0, 0, width, height, LF_CR_3(RED, GREEN, BLUE), width * 3 * sizeof(float));
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user