summaryrefslogtreecommitdiffstats
path: root/source/Noise.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-05-15 17:55:04 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-05-15 17:55:04 +0200
commit1118ae303329ef0d6d8a9441704f8c99886f83fe (patch)
tree34f5b3d8b742114ffa1ac1564136d340e8b2b45b /source/Noise.cpp
parentPickup: fixed logging parameters causing a crash. (diff)
downloadcuberite-1118ae303329ef0d6d8a9441704f8c99886f83fe.tar
cuberite-1118ae303329ef0d6d8a9441704f8c99886f83fe.tar.gz
cuberite-1118ae303329ef0d6d8a9441704f8c99886f83fe.tar.bz2
cuberite-1118ae303329ef0d6d8a9441704f8c99886f83fe.tar.lz
cuberite-1118ae303329ef0d6d8a9441704f8c99886f83fe.tar.xz
cuberite-1118ae303329ef0d6d8a9441704f8c99886f83fe.tar.zst
cuberite-1118ae303329ef0d6d8a9441704f8c99886f83fe.zip
Diffstat (limited to 'source/Noise.cpp')
-rw-r--r--source/Noise.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Noise.cpp b/source/Noise.cpp
index 87b3bd4a5..333dc8333 100644
--- a/source/Noise.cpp
+++ b/source/Noise.cpp
@@ -570,7 +570,7 @@ void cCubicNoise::Generate2D(
m_NumSingleY++;
}
m_NumCalls++;
- #endif _DEBUG
+ #endif // _DEBUG
// Calculate query values using Cell:
int FromY = 0;