From 21f1669388bf6b094f1a47e33dc68701ed2f5e53 Mon Sep 17 00:00:00 2001 From: Andrzej Kapolka Date: Fri, 26 Apr 2013 13:10:44 -0700 Subject: [PATCH] How'd those tabs get in there? --- interface/src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 7c9e5bdf77..7a7b4aa2ca 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -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();