diff UnitTestsSources/ImageProcessingTests.cpp @ 3260:345f86fd1ac3

fix (shame on me for not testing)
author Alain Mazy <alain@mazy.be>
date Tue, 19 Feb 2019 08:43:23 +0100
parents 6f652c7bfc85
children 9345710bbf12
line wrap: on
line diff
--- a/UnitTestsSources/ImageProcessingTests.cpp	Mon Feb 18 20:42:21 2019 +0100
+++ b/UnitTestsSources/ImageProcessingTests.cpp	Tue Feb 19 08:43:23 2019 +0100
@@ -189,6 +189,7 @@
     }
   }
 
+  c = 0.0f;
   for (unsigned int y = 0; y < image.GetHeight(); y++)
   {
     for (unsigned int x = 0; x < image.GetWidth(); x++, c++)