fix per review

This commit is contained in:
Philip Rosedale 2013-05-24 14:32:56 -07:00
parent 9baf087c9a
commit d796956a96

View file

@ -197,7 +197,9 @@ void Head::createMohawk() {
agentId = _owningAvatar->getOwningAgent()->getAgentID();
} else {
agentId = AgentList::getInstance()->getOwnerID();
if (agentId == UNKNOWN_AGENT_ID) return;
if (agentId == UNKNOWN_AGENT_ID) {
return;
}
}
srand(agentId);
float height = 0.08f + randFloat() * 0.05f;