IFS: Fix CID 609761 init members
This commit is contained in:
@@ -147,7 +147,11 @@ transform(SIMI* Simi, int32 xo, int32 yo, int32* x, int32* y)
|
|||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
IFS::IFS(BRect bounds)
|
IFS::IFS(BRect bounds)
|
||||||
: fRoot(NULL),
|
:
|
||||||
|
fRoot(NULL),
|
||||||
|
fCurrentFractal(NULL),
|
||||||
|
fPointBuffer(NULL),
|
||||||
|
fCurrentPoint(0),
|
||||||
fAdditive(false),
|
fAdditive(false),
|
||||||
fCurrentMarkValue(1)
|
fCurrentMarkValue(1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user