aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/PlayerCloudParticle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/PlayerCloudParticle.cpp')
-rw-r--r--Minecraft.Client/PlayerCloudParticle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/PlayerCloudParticle.cpp b/Minecraft.Client/PlayerCloudParticle.cpp
index 6976fbab..ca7e9d90 100644
--- a/Minecraft.Client/PlayerCloudParticle.cpp
+++ b/Minecraft.Client/PlayerCloudParticle.cpp
@@ -49,7 +49,7 @@ void PlayerCloudParticle::tick()
xd *= 0.96f;
yd *= 0.96f;
zd *= 0.96f;
- shared_ptr<Player> p = level->getNearestPlayer(shared_from_this(), 2);
+ std::shared_ptr<Player> p = level->getNearestPlayer(shared_from_this(), 2);
if (p != NULL)
{
if (y > p->bb->y0)