Fixed a comment
Fixed a comment I made not being complete thus making it unclear.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user