diff options
Diffstat (limited to 'src/noise.cpp')
-rw-r--r-- | src/noise.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/noise.cpp b/src/noise.cpp index b918c9936..e75fb8278 100644 --- a/src/noise.cpp +++ b/src/noise.cpp @@ -433,10 +433,6 @@ Noise::Noise(NoiseParams *np_, s32 seed, u32 sx, u32 sy, u32 sz) this->sy = sy; this->sz = sz; - this->persist_buf = NULL; - this->gradient_buf = NULL; - this->result = NULL; - allocBuffers(); } |