aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ByteArrayInputStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ByteArrayInputStream.cpp')
-rw-r--r--Minecraft.World/ByteArrayInputStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/ByteArrayInputStream.cpp b/Minecraft.World/ByteArrayInputStream.cpp
index b0167300..d79eff36 100644
--- a/Minecraft.World/ByteArrayInputStream.cpp
+++ b/Minecraft.World/ByteArrayInputStream.cpp
@@ -114,5 +114,5 @@ int64_t ByteArrayInputStream::skip(int64_t n)
ByteArrayInputStream::~ByteArrayInputStream()
{
- if(buf.data != NULL) delete [] buf.data;
+ if(buf.data != nullptr) delete [] buf.data;
} \ No newline at end of file