diff Framework/Scene2D/FloatTextureSceneLayer.cpp @ 1252:6525c0f13a3a broker

Fixed uninited var applyLog_
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 08 Jan 2020 10:34:53 +0100
parents 177e7d431cd1
children 0ca50d275b9a
line wrap: on
line diff
--- a/Framework/Scene2D/FloatTextureSceneLayer.cpp	Tue Jan 07 20:22:02 2020 +0100
+++ b/Framework/Scene2D/FloatTextureSceneLayer.cpp	Wed Jan 08 10:34:53 2020 +0100
@@ -28,7 +28,8 @@
 namespace OrthancStone
 {
   FloatTextureSceneLayer::FloatTextureSceneLayer(const Orthanc::ImageAccessor& texture) :
-    inverted_(false)
+    inverted_(false),
+    applyLog_(false)
   {
     {
       std::auto_ptr<Orthanc::ImageAccessor> t(