aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcloud.cpp
diff options
context:
space:
mode:
authorRevolutionSmythe2010-10-30 16:30:31 -0500
committerMcCabe Maxsted2010-11-01 17:05:45 -0700
commit1851199361cf6757c767f8117658336751089c44 (patch)
treee60998f5920f9b9d250d502cb6d2230b5d136f1f /linden/indra/newview/llcloud.cpp
parentBug fixes for earlier commits. Adds cut to the inventory panel along with cop... (diff)
downloadmeta-impy-1851199361cf6757c767f8117658336751089c44.zip
meta-impy-1851199361cf6757c767f8117658336751089c44.tar.gz
meta-impy-1851199361cf6757c767f8117658336751089c44.tar.bz2
meta-impy-1851199361cf6757c767f8117658336751089c44.tar.xz
Fixes a missing help button, adds ability to edit trees like normal objects. Adds more places to rebuild clouds so that they will not stick in the incorrect place.
Diffstat (limited to 'linden/indra/newview/llcloud.cpp')
-rw-r--r--linden/indra/newview/llcloud.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llcloud.cpp b/linden/indra/newview/llcloud.cpp
index f4f5761..3e9b86a 100644
--- a/linden/indra/newview/llcloud.cpp
+++ b/linden/indra/newview/llcloud.cpp
@@ -336,10 +336,10 @@ void LLCloudLayer::destroy()
336 mWindp = NULL; 336 mWindp = NULL;
337} 337}
338 338
339
340void LLCloudLayer::reset() 339void LLCloudLayer::reset()
341{ 340{
342} 341}
342
343void LLCloudLayer::setWindPointer(LLWind *windp) 343void LLCloudLayer::setWindPointer(LLWind *windp)
344{ 344{
345 if (mWindp) 345 if (mWindp)