fix valgrind warning about Conditional jump or move depends on uninitialised value(s)

This commit is contained in:
Nicola Murino 2011-08-15 17:57:53 +02:00 committed by Stefan Sauer
parent 71a2a1be8e
commit 436620fff9

View file

@ -95,6 +95,8 @@ MotionCells::MotionCells ()
m_saveerrorcode = 0;
m_alpha = 0.5;
m_beta = 0.5;
m_useAlpha = false;
m_isVisible = false;
}