aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-06 20:53:19 -0700
committerMcCabe Maxsted2009-09-06 20:53:19 -0700
commitad45708178b7e014faad753fab00cd9cd58df5a7 (patch)
tree2c97e50254a8a95deedae0a556b4972954e1c81c /linden/indra/newview/llappviewer.cpp
parentPorted sit anywhere feature from Emerald viewer (diff)
downloadmeta-impy-ad45708178b7e014faad753fab00cd9cd58df5a7.zip
meta-impy-ad45708178b7e014faad753fab00cd9cd58df5a7.tar.gz
meta-impy-ad45708178b7e014faad753fab00cd9cd58df5a7.tar.bz2
meta-impy-ad45708178b7e014faad753fab00cd9cd58df5a7.tar.xz
Ported phantom avatar option from Emerald viewer
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r--linden/indra/newview/llappviewer.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 4d53c88..0f1bfb4 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -3126,7 +3126,12 @@ void LLAppViewer::idle()
3126 { 3126 {
3127 // Send avatar and camera info 3127 // Send avatar and camera info
3128 last_control_flags = gAgent.getControlFlags(); 3128 last_control_flags = gAgent.getControlFlags();
3129 send_agent_update(TRUE); 3129
3130 if(!gAgent.getPhantom())
3131 {
3132 send_agent_update(TRUE);
3133 }
3134
3130 agent_update_timer.reset(); 3135 agent_update_timer.reset();
3131 } 3136 }
3132 } 3137 }