fixed warnings in rtgui
This commit is contained in:
@@ -1513,7 +1513,7 @@ void Retinex::updateCurveBackgroundHistogram (LUTu & histToneCurve, LUTu & histL
|
||||
void Retinex::colorForValue (double valX, double valY, enum ColorCaller::ElemType elemType, int callerId, ColorCaller *caller)
|
||||
{
|
||||
|
||||
float R, G, B;
|
||||
float R = 0.f, G = 0.f, B = 0.f;
|
||||
|
||||
if (elemType == ColorCaller::CCET_VERTICAL_BAR) {
|
||||
valY = 0.5;
|
||||
|
Reference in New Issue
Block a user