mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:24:08 +02:00
How'd those tabs get in there?
This commit is contained in:
parent
c4776fcd27
commit
21f1669388
1 changed files with 3 additions and 3 deletions
|
@ -1534,9 +1534,9 @@ void idle(void) {
|
|||
// Sample hardware, update view frustum if needed, Lsend avatar data to mixer/agents
|
||||
//
|
||||
updateAvatar(deltaTime);
|
||||
|
||||
// read incoming packets from network
|
||||
networkReceive();
|
||||
|
||||
// read incoming packets from network
|
||||
networkReceive();
|
||||
|
||||
//loop through all the other avatars and simulate them...
|
||||
AgentList* agentList = AgentList::getInstance();
|
||||
|
|
Loading…
Reference in a new issue