summaryrefslogtreecommitdiffstats
path: root/source/Noise.cpp
diff options
context:
space:
mode:
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;