Prevent a compiler warning. (variable mag is used uninitialised if iterations is...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 7 Sep 2007 19:36:50 +0000 (19:36 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 7 Sep 2007 19:36:50 +0000 (19:36 +0000)
git-svn-id: http://svn.voria.com/code@624 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/lyr_std/julia.cpp

index 9efd7d1..51f0e8a 100644 (file)
@@ -204,7 +204,7 @@ Julia::get_color(Context context, const Point &pos)const
                zr_hold;
 
        ColorReal
-               depth, mag;
+               depth, mag(0);
 
        Color
                ret;