summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.h
diff options
context:
space:
mode:
authorleviathan <leviathan@lindenlab.com>2024-07-10 14:08:17 -0700
committerAndrew Meadows <andrew.l.meadows@gmail.com>2024-10-03 09:03:31 -0700
commite74ce9655ed9f1124887aa31aa2e2155ea62d3da (patch)
tree380255b5643254f174c74029cbf7079eab3c7c72 /indra/newview/llagent.h
parente90913c4a926a006467661bb0d2db0a4bdb7a4b9 (diff)
more correct AgentUpdate transmission logic
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r--indra/newview/llagent.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h
index 80b7c588e3..a69a777e1e 100644
--- a/indra/newview/llagent.h
+++ b/indra/newview/llagent.h
@@ -511,8 +511,7 @@ public:
// computed as a function of input and state, and are sent to the server
// to steer its character controller for the avatar.
//
- void setExternalActionFlags(U32 flags);
- void applyExternalActionFlags();
+ void applyExternalActionFlags(U32 flags);
void updateFlycam();
void pressGameControlButton(U8 button);