This commit is contained in:
asofold 2013-04-23 16:46:38 +02:00
parent c0b65bfdb0
commit 69e35fd114

View File

@ -878,7 +878,7 @@ public class BlockProperties {
else{ else{
level = 1.0 - 0.125 * (1.0 + data8); level = 1.0 - 0.125 * (1.0 + data8);
} }
inWater = y - by < level; inWater = y - by < level; // <= ? ...
} }
blockCache.cleanup(); blockCache.cleanup();
pLoc.cleanup(); pLoc.cleanup();