diff --git a/code/nel/tools/3d/panoply_preview/panoply_preview.cpp b/code/nel/tools/3d/panoply_preview/panoply_preview.cpp index 8abee37b8..964711eea 100644 --- a/code/nel/tools/3d/panoply_preview/panoply_preview.cpp +++ b/code/nel/tools/3d/panoply_preview/panoply_preview.cpp @@ -92,6 +92,7 @@ public: continue; } float retDeltaHue; + DestBitmap = ColorBitmap; m_ColorModifier.convertBitmap(DestBitmap, ColorBitmap, MaskBitmap, retDeltaHue); BitmapMutex.leave(); @@ -266,7 +267,6 @@ void CPanoplyPreview::goPushed(bool) m_ColorThread->MaskBitmap.convertToType(NLMISC::CBitmap::RGBA); } { - m_ColorThread->DestBitmap = m_ColorThread->ColorBitmap; m_ColorThread->BitmapsOk = true; m_ColorThread->Process = true; }