summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-11-15 14:32:18 -0800
committerGraham Linden <graham@lindenlab.com>2018-11-15 14:32:18 -0800
commitba1fbddc2dbc526ee89e7d79b35cf3e0a46e3add (patch)
treed779020d73e73a8eb9fa8731c362b8708c8837ef /indra/newview/llstartup.cpp
parent2783783575a9b712eb318b450dc5e6bb17d7f7c5 (diff)
parenta0a1d93fb6a74149bbef57f1d1489510247110ca (diff)
Merge 6ish
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index cc02642203..37aaece5d6 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -2397,6 +2397,7 @@ void register_viewer_callbacks(LLMessageSystem* msg)
msg->setHandlerFuncFast(_PREHASH_NameValuePair, process_name_value);
msg->setHandlerFuncFast(_PREHASH_RemoveNameValuePair, process_remove_name_value);
msg->setHandlerFuncFast(_PREHASH_AvatarAnimation, process_avatar_animation);
+ msg->setHandlerFuncFast(_PREHASH_ObjectAnimation, process_object_animation);
msg->setHandlerFuncFast(_PREHASH_AvatarAppearance, process_avatar_appearance);
msg->setHandlerFuncFast(_PREHASH_CameraConstraint, process_camera_constraint);
msg->setHandlerFuncFast(_PREHASH_AvatarSitResponse, process_avatar_sit_response);