mirror of
https://git.neolegacy.dev/neoStudiosLCE/neoLegacy.git
synced 2026-07-17 19:40:45 +00:00
Revert "Merge pull request #12 from ItzSonicFaner/LegacyEvolved"
This reverts commitf5b134aa90, reversing changes made tof0b06116c2.
This commit is contained in:
@@ -14,13 +14,8 @@ public:
|
||||
|
||||
private:
|
||||
HumanoidModel *humanoidModel;
|
||||
HumanoidModel *humanoidModelSlim;
|
||||
HumanoidModel *newHumanoidModel;
|
||||
HumanoidModel *newHumanoidModelSlim;
|
||||
|
||||
HumanoidModel *armorParts1;
|
||||
HumanoidModel *armorParts2;
|
||||
bool defaultSlimHands;
|
||||
|
||||
public:
|
||||
PlayerRenderer();
|
||||
@@ -39,7 +34,7 @@ public:
|
||||
|
||||
protected:
|
||||
virtual void additionalRendering(shared_ptr<LivingEntity> _mob, float a);
|
||||
void renderNameTags(shared_ptr<LivingEntity> player, double x, double y, double z, wstring msg, float scale, double dist);
|
||||
void renderNameTags(shared_ptr<LivingEntity> player, double x, double y, double z, const wstring &msg, float scale, double dist);
|
||||
|
||||
virtual void scale(shared_ptr<LivingEntity> _player, float a);
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user