diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-15 17:55:04 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-15 17:55:04 +0200 |
commit | 1118ae303329ef0d6d8a9441704f8c99886f83fe (patch) | |
tree | 34f5b3d8b742114ffa1ac1564136d340e8b2b45b /source/Noise.cpp | |
parent | Pickup: fixed logging parameters causing a crash. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | source/Noise.cpp | 2 |
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; |