diff options
author | RevolutionSmythe | 2010-10-30 16:30:31 -0500 |
---|---|---|
committer | McCabe Maxsted | 2010-11-01 17:05:45 -0700 |
commit | 1851199361cf6757c767f8117658336751089c44 (patch) | |
tree | e60998f5920f9b9d250d502cb6d2230b5d136f1f /linden/indra/newview/llcloud.cpp | |
parent | Bug fixes for earlier commits. Adds cut to the inventory panel along with cop... (diff) | |
download | meta-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.cpp | 2 |
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 | |||
340 | void LLCloudLayer::reset() | 339 | void LLCloudLayer::reset() |
341 | { | 340 | { |
342 | } | 341 | } |
342 | |||
343 | void LLCloudLayer::setWindPointer(LLWind *windp) | 343 | void LLCloudLayer::setWindPointer(LLWind *windp) |
344 | { | 344 | { |
345 | if (mWindp) | 345 | if (mWindp) |