mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Some minor cleanups from the last commit
This commit is contained in:
parent
165498cecf
commit
67228160ae
4 changed files with 11 additions and 9 deletions
|
@ -524,7 +524,6 @@ float *Noise::perlinMap2D(float x, float y) {
|
|||
for (j = 0; j != sy; j++) {
|
||||
for (i = 0; i != sx; i++) {
|
||||
result[index] += g * buf[index];
|
||||
//dstream << "pm2d i="<<index<<" r="<< result[index]<<std::endl;
|
||||
index++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue