diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-07-15 19:15:30 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-07-15 19:15:30 +0300 |
commit | 187844d5fcc5c489a2112df464d2f5b9d1c28a33 (patch) | |
tree | c97e76fdb29c8c895288b6b67e8fc39d201c3533 /indra/newview/CMakeLists.txt | |
parent | 8529c37deebab20f6e6cf98e6125d018cd0d434a (diff) |
STORM-1506 FIXED Reset the estate to global sun when changing region environment settings.
By the way, moved estate info storage from the REGION/ESTATE floater to a model class.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index da9a145423..935dd2e887 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -150,8 +150,9 @@ set(viewer_SOURCE_FILES lldrawpoolwlsky.cpp lldriverparam.cpp lldynamictexture.cpp - llenvmanager.cpp llemote.cpp + llenvmanager.cpp + llestateinfomodel.cpp lleventnotifier.cpp lleventpoll.cpp llexpandabletextbox.cpp @@ -711,6 +712,7 @@ set(viewer_HEADER_FILES lldynamictexture.h llemote.h llenvmanager.h + llestateinfomodel.h lleventnotifier.h lleventpoll.h llexpandabletextbox.h |