aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/MycelTile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/MycelTile.cpp')
-rw-r--r--Minecraft.World/MycelTile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/MycelTile.cpp b/Minecraft.World/MycelTile.cpp
index 875a598d..76b742e3 100644
--- a/Minecraft.World/MycelTile.cpp
+++ b/Minecraft.World/MycelTile.cpp
@@ -6,8 +6,8 @@
MycelTile::MycelTile(int id) : Tile(id, Material::grass)
{
- iconTop = NULL;
- iconSnowSide = NULL;
+ iconTop = nullptr;
+ iconSnowSide = nullptr;
setTicking(true);
}