mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-10 02:12:59 +00:00
Fix PlayerRenderer.h
This commit is contained in:
parent
8617ff9bb5
commit
ac259ee94d
|
|
@ -39,7 +39,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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue