How'd those tabs get in there?

This commit is contained in:
Andrzej Kapolka 2013-04-26 13:10:44 -07:00
parent c4776fcd27
commit 21f1669388

View file

@ -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();