aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/FishingHookRenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/FishingHookRenderer.cpp')
-rw-r--r--Minecraft.Client/FishingHookRenderer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/FishingHookRenderer.cpp b/Minecraft.Client/FishingHookRenderer.cpp
index a746db18..0408e96e 100644
--- a/Minecraft.Client/FishingHookRenderer.cpp
+++ b/Minecraft.Client/FishingHookRenderer.cpp
@@ -8,10 +8,10 @@
#include "..\Minecraft.World\Mth.h"
#include "MultiPlayerLocalPlayer.h"
-void FishingHookRenderer::render(std::shared_ptr<Entity> _hook, double x, double y, double z, float rot, float a)
+void FishingHookRenderer::render(shared_ptr<Entity> _hook, double x, double y, double z, float rot, float a)
{
// 4J - dynamic cast required because we aren't using templates/generics in our version
- std::shared_ptr<FishingHook> hook = dynamic_pointer_cast<FishingHook>(_hook);
+ shared_ptr<FishingHook> hook = dynamic_pointer_cast<FishingHook>(_hook);
glPushMatrix();