8 lines
145 B
C++
Executable file
8 lines
145 B
C++
Executable file
#include "FloodFillBox.h"
|
|
|
|
UFloodFillBox::UFloodFillBox() {
|
|
this->Noise = NULL;
|
|
this->IsCarver = false;
|
|
this->NoiseRange = 0.00f;
|
|
}
|
|
|