aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/LeverTile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/LeverTile.cpp')
-rw-r--r--Minecraft.World/LeverTile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/LeverTile.cpp b/Minecraft.World/LeverTile.cpp
index eea9e3d3..7a7cdfd5 100644
--- a/Minecraft.World/LeverTile.cpp
+++ b/Minecraft.World/LeverTile.cpp
@@ -10,7 +10,7 @@ LeverTile::LeverTile(int id) : Tile(id, Material::decoration,isSolidRender())
AABB *LeverTile::getAABB(Level *level, int x, int y, int z)
{
- return NULL;
+ return nullptr;
}
bool LeverTile::blocksLight()