Update PlayerRenderer.h

This commit is contained in:
DeadVoxelx
2026-05-06 14:24:25 -04:00
committed by GitHub
parent 2dcfcda765
commit dac6937c1f

View File

@@ -40,7 +40,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: