diff options
| author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2023-09-20 14:45:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-20 14:45:03 -0700 |
| commit | e02dc20b9db4c6ec192b2c68c4c732a26296fc20 (patch) | |
| tree | be25a3dff6011a3a8d07b7b29b53eb3aad17f253 /indra/newview/llstartup.cpp | |
| parent | 5b2de090c1ac44c415e8573e0d6b1136cd689f35 (diff) | |
| parent | bb7f023aaaaa2aaa747a131486390f739cc32ed3 (diff) | |
Merge pull request #379 from secondlife/davep/SL-19842
New GLTF protocol and lighting changes
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 97324bff22..e2a4eb1c48 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2712,6 +2712,7 @@ void register_viewer_callbacks(LLMessageSystem* msg) msg->setHandlerFunc("InitiateDownload", process_initiate_download); msg->setHandlerFunc("LandStatReply", LLFloaterTopObjects::handle_land_reply); msg->setHandlerFunc("GenericMessage", process_generic_message); + msg->setHandlerFunc("GenericStreamingMessage", process_generic_streaming_message); msg->setHandlerFunc("LargeGenericMessage", process_large_generic_message); msg->setHandlerFuncFast(_PREHASH_FeatureDisabled, process_feature_disabled_message); |
