1
0
Fork 0
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:
kwolekr 2013-03-16 22:34:12 -04:00
parent 165498cecf
commit 67228160ae
4 changed files with 11 additions and 9 deletions

View file

@ -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++;
}
}