Mandelbrot: GCC2 fix.
This commit is contained in:
@@ -32,6 +32,7 @@ FractalEngine::FractalEngine(BHandler* parent, BLooper* looper)
|
||||
fWidth(0), fHeight(0),
|
||||
fRenderBuffer(NULL),
|
||||
fRenderBufferLen(0),
|
||||
fSubsampling(2),
|
||||
fMessenger(parent, looper),
|
||||
fIterations(1024),
|
||||
fColorset(Colorset_Royal)
|
||||
|
||||
@@ -46,7 +46,7 @@ private:
|
||||
uint8* fRenderBuffer;
|
||||
uint32 fRenderBufferLen;
|
||||
|
||||
uint8 fSubsampling = 2;
|
||||
uint8 fSubsampling;
|
||||
// 1 disables subsampling.
|
||||
|
||||
BMessenger fMessenger;
|
||||
|
||||
Reference in New Issue
Block a user