diff options
Diffstat (limited to 'Minecraft.World/EntityPos.cpp')
| -rw-r--r-- | Minecraft.World/EntityPos.cpp | 2 |
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 |
