mirror of
https://codeberg.org/piebot/LegacyEvolved
synced 2026-07-16 07:31:09 +00:00
Fix PlayerRenderer.h
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user