From 631a835e0782a2696762e3d55f75616f5a063394 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 6 Jan 2013 14:40:24 -0500 Subject: Finish and clean up mapgen configuration --- src/noise.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/noise.cpp') diff --git a/src/noise.cpp b/src/noise.cpp index 17b5df018..de9d48808 100644 --- a/src/noise.cpp +++ b/src/noise.cpp @@ -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]; } -- cgit v1.2.3