aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/EntityPos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/EntityPos.cpp')
-rw-r--r--Minecraft.World/EntityPos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/EntityPos.cpp b/Minecraft.World/EntityPos.cpp
index 02f716ed..38b50573 100644
--- a/Minecraft.World/EntityPos.cpp
+++ b/Minecraft.World/EntityPos.cpp
@@ -58,5 +58,5 @@ EntityPos *EntityPos::lerp(shared_ptr<Entity> e, float f)
{
return new EntityPos(yrd, xrd);
}
- return nullptr;
+ return NULL;
} \ No newline at end of file