From 1118ae303329ef0d6d8a9441704f8c99886f83fe Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 15 May 2013 15:55:04 +0000 Subject: Fixed 2D linear upscale to compile on Linux, added a test for it. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1484 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Noise.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Noise.cpp') 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; -- cgit v1.2.3