]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/noise.cpp
Slightly improved version of mystrtok_r
[dragonfireclient.git] / src / noise.cpp
index 17b5df01856fb08c0f3cb0553da6c07ca7c7c30e..de9d48808e297ee067631c6bb713e59b2c558c3f 100644 (file)
@@ -317,7 +317,7 @@ void Noise::setSize(int sx, int sy, int sz) {
        delete[] buf;
        delete[] result;
        this->buf    = new float[sx * sy * sz];
-       this->result = new float[sx * sy * sz]; 
+       this->result = new float[sx * sy * sz];
 }