mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 06:19:49 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
2b5d23de5d
1 changed files with 0 additions and 2 deletions
|
@ -832,8 +832,6 @@ void display(void)
|
|||
if (agent->getLinkedData() != NULL) {
|
||||
Head *agentHead = (Head *)agent->getLinkedData();
|
||||
glPushMatrix();
|
||||
glm::vec3 pos = agentHead->getBodyPosition();
|
||||
glTranslatef(pos.x, pos.y, pos.z);
|
||||
agentHead->render(0);
|
||||
glPopMatrix();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue