mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Finish and clean up mapgen configuration
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user