diff options
Diffstat (limited to 'Minecraft.Client/VillagerGolemRenderer.h')
| -rw-r--r-- | Minecraft.Client/VillagerGolemRenderer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Minecraft.Client/VillagerGolemRenderer.h b/Minecraft.Client/VillagerGolemRenderer.h index 185e38d4..4bc3fd9c 100644 --- a/Minecraft.Client/VillagerGolemRenderer.h +++ b/Minecraft.Client/VillagerGolemRenderer.h @@ -16,9 +16,9 @@ protected: int prepareArmor(VillagerGolemModel *villagerGolem, int layer, float a); public: - void render(std::shared_ptr<Entity> mob, double x, double y, double z, float rot, float a); + void render(shared_ptr<Entity> mob, double x, double y, double z, float rot, float a); protected: - void setupRotations(std::shared_ptr<Mob> _mob, float bob, float bodyRot, float a); - void additionalRendering(std::shared_ptr<Mob> mob, float a); + void setupRotations(shared_ptr<Mob> _mob, float bob, float bodyRot, float a); + void additionalRendering(shared_ptr<Mob> mob, float a); };
\ No newline at end of file |
