aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/WaterLevelChunk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/WaterLevelChunk.cpp')
-rw-r--r--Minecraft.World/WaterLevelChunk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/WaterLevelChunk.cpp b/Minecraft.World/WaterLevelChunk.cpp
index 3f4bd704..5cce2f80 100644
--- a/Minecraft.World/WaterLevelChunk.cpp
+++ b/Minecraft.World/WaterLevelChunk.cpp
@@ -160,5 +160,5 @@ void WaterLevelChunk::setLevelChunkBrightness(LightLayer::variety layer, int x,
Biome *WaterLevelChunk::getBiome(int x, int z, BiomeSource *biomeSource)
{
- return NULL;
+ return nullptr;
}