mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-15 14:12:26 +00:00
Fix PlayerRenderer.h
This commit is contained in:
parent
8617ff9bb5
commit
ac259ee94d
|
|
@ -39,7 +39,7 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void additionalRendering(shared_ptr<LivingEntity> _mob, float a);
|
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);
|
virtual void scale(shared_ptr<LivingEntity> _player, float a);
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue