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

@ -1535,8 +1535,8 @@ void idle(void) {
//
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();