diff options
author | thickbrick | 2011-05-28 18:24:00 +0300 |
---|---|---|
committer | thickbrick | 2011-05-28 18:24:00 +0300 |
commit | f644e28cfa0563ef508b848930f1adccbceba295 (patch) | |
tree | 28029e478df168c16e28ff28b8a16d05ebec5f9d /linden/indra/newview/llviewermessage.cpp | |
parent | Replaced the labels in the web browser window with icons based on those in th... (diff) | |
download | meta-impy-f644e28cfa0563ef508b848930f1adccbceba295.zip meta-impy-f644e28cfa0563ef508b848930f1adccbceba295.tar.gz meta-impy-f644e28cfa0563ef508b848930f1adccbceba295.tar.bz2 meta-impy-f644e28cfa0563ef508b848930f1adccbceba295.tar.xz |
Allow prim sizes up to 64m on SL-Mesh regions
This Abuses the existance of both GetMesh and ObjectAdd capabilities
to detect SL-Mesh (same way it is done in viewer-development.)
Diffstat (limited to 'linden/indra/newview/llviewermessage.cpp')
-rwxr-xr-x | linden/indra/newview/llviewermessage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewermessage.cpp b/linden/indra/newview/llviewermessage.cpp index f67f0dc..32d7172 100755 --- a/linden/indra/newview/llviewermessage.cpp +++ b/linden/indra/newview/llviewermessage.cpp | |||
@@ -3828,10 +3828,10 @@ void process_agent_movement_complete(LLMessageSystem* msg, void**) | |||
3828 | return; | 3828 | return; |
3829 | } | 3829 | } |
3830 | 3830 | ||
3831 | gHippoLimits->setLimits(); | ||
3832 | |||
3831 | if (!gLastVersionChannel.empty()) | 3833 | if (!gLastVersionChannel.empty()) |
3832 | { | 3834 | { |
3833 | gHippoLimits->setLimits(); | ||
3834 | |||
3835 | if (gSavedSettings.getBOOL("ServerVersionChangedChat")) | 3835 | if (gSavedSettings.getBOOL("ServerVersionChangedChat")) |
3836 | { | 3836 | { |
3837 | LLStringUtil::format_map_t args; | 3837 | LLStringUtil::format_map_t args; |