aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/DragonModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/DragonModel.h')
-rw-r--r--Minecraft.Client/DragonModel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/DragonModel.h b/Minecraft.Client/DragonModel.h
index baee83de..47c20cba 100644
--- a/Minecraft.Client/DragonModel.h
+++ b/Minecraft.Client/DragonModel.h
@@ -26,8 +26,8 @@ public:
ModelPart *cubes[5];
DragonModel(float g);
- void prepareMobModel(std::shared_ptr<Mob> mob, float time, float r, float a);
- virtual void render(std::shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled);
+ void prepareMobModel(shared_ptr<Mob> mob, float time, float r, float a);
+ virtual void render(shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled);
private:
float rotWrap(double d);