mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-20 18:33:51 +00:00
Fixed a comment
Fixed a comment I made not being complete thus making it unclear.
This commit is contained in:
parent
1ee0337cba
commit
99e1950c3d
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ void PlayerRenderer::render(shared_ptr<Entity> _mob, double x, double y, double
|
|||
{
|
||||
for(ModelPart *pModelPart : *pAdditionalModelParts)
|
||||
{
|
||||
if (itemHelmet == nullptr || !pModelPart->hideWithHelmet) // Hide the skin boxes that have the hide when wearing a helmet
|
||||
if (itemHelmet == nullptr || !pModelPart->hideWithHelmet) // Hide the skin boxes that have the "hide when helmet is worn" flag - Langtanium
|
||||
pModelPart->visible=true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue