mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
revert the type squish
This commit is contained in:
parent
9be92cebdd
commit
92daa8e6e0
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue