aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/hippogridmanager.cpp
diff options
context:
space:
mode:
authorArmin Weatherwax2011-04-27 11:31:37 +0200
committerArmin Weatherwax2011-05-17 07:52:27 +0200
commitf2e576e0201c33f25ad3305d124e4b1bdd22989c (patch)
tree29daf63b4ea06d92c143c5a744de3f1aed338d91 /linden/indra/newview/hippogridmanager.cpp
parentfix default unloaded avatar cloud particle texture not loading (diff)
downloadmeta-impy-f2e576e0201c33f25ad3305d124e4b1bdd22989c.zip
meta-impy-f2e576e0201c33f25ad3305d124e4b1bdd22989c.tar.gz
meta-impy-f2e576e0201c33f25ad3305d124e4b1bdd22989c.tar.bz2
meta-impy-f2e576e0201c33f25ad3305d124e4b1bdd22989c.tar.xz
fix Bug #880 gridmanager defaults render_compat true instead of false.
are there any render_compat grids anyway?
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/hippogridmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/hippogridmanager.cpp b/linden/indra/newview/hippogridmanager.cpp
index 78539f8..4c46d3e 100644
--- a/linden/indra/newview/hippogridmanager.cpp
+++ b/linden/indra/newview/hippogridmanager.cpp
@@ -89,7 +89,7 @@ HippoGridInfo::HippoGridInfo(const std::string& gridNick) :
89 mPasswordAvatar(LLStringUtil::null), 89 mPasswordAvatar(LLStringUtil::null),
90 mXmlState(XML_VOID), 90 mXmlState(XML_VOID),
91 mVoiceConnector("SLVoice"), 91 mVoiceConnector("SLVoice"),
92 mRenderCompat(true), 92 mRenderCompat(false),
93 mMaxAgentGroups(-1), 93 mMaxAgentGroups(-1),
94 mCurrencySymbol("OS$"), 94 mCurrencySymbol("OS$"),
95 mRealCurrencySymbol("US$"), 95 mRealCurrencySymbol("US$"),