IFS: Fix CID 609761 init members

This commit is contained in:
John Scipione 2013-12-20 18:20:01 -05:00
parent 52a95e6f7b
commit 7bcfb21538

View File

@ -147,9 +147,13 @@ transform(SIMI* Simi, int32 xo, int32 yo, int32* x, int32* y)
// constructor
IFS::IFS(BRect bounds)
: fRoot(NULL),
fAdditive(false),
fCurrentMarkValue(1)
:
fRoot(NULL),
fCurrentFractal(NULL),
fPointBuffer(NULL),
fCurrentPoint(0),
fAdditive(false),
fCurrentMarkValue(1)
{
ya_rand_init(system_time());