revert the type squish

This commit is contained in:
Stephen Birarda 2013-05-07 13:43:07 -07:00
parent 9be92cebdd
commit 92daa8e6e0

View file

@ -701,7 +701,7 @@ void displaySide(Camera& whichCamera) {
}
// Render avatars of other agents
AgentList *agentList = AgentList::getInstance();
AgentList* agentList = AgentList::getInstance();
agentList->lock();
for (AgentList::iterator agent = agentList->begin(); agent != agentList->end(); agent++) {
if (agent->getLinkedData() != NULL && agent->getType() == AGENT_TYPE_AVATAR) {