From 35185ce25ec3384afec4cf5a8114037a96c8cb2a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 3 Apr 2012 06:44:43 +1000 Subject: Revert the fix for http://redmine.kokuaviewer.org/issues/415 as it will be fixed in a more future proof way on the next commit. --- linden/indra/newview/lightshare.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/newview/lightshare.cpp b/linden/indra/newview/lightshare.cpp index 1814f4a..378a755 100644 --- a/linden/indra/newview/lightshare.cpp +++ b/linden/indra/newview/lightshare.cpp @@ -77,10 +77,7 @@ LightShare::LightShare( LLMessageSystem* msg ) : buf, size, 0, 249); mWater = new LLWaterParamSet(); -// mSky = new LLWLParamSet(); - LLWLParamManager * wl_param_mgr = LLWLParamManager::instance(); - static LLWLParamSet & sSky = wl_param_mgr->mCurParams; - mSky = &sSky; + mSky = new LLWLParamSet(); mWaterNormal = new LLUUID(); @@ -96,7 +93,7 @@ LightShare::LightShare( LLMessageSystem* msg ) : LightShare::~LightShare() { delete mWater; -// delete mSky; + delete mSky; delete mWaterNormal; } -- cgit v1.1