diff options
author | Rider Linden <rider@lindenlab.com> | 2018-04-27 17:12:13 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-04-27 17:12:13 -0700 |
commit | cf0e4f79f52b4fb24769aa6e355ec8c95c6d2afc (patch) | |
tree | dfcbc227522579c602240cf643a2960c3956688d /indra/newview/llenvironment.h | |
parent | 2fe4b5169f5d8846b1c6cd4e2aaaf2f41a7b7629 (diff) |
Adding fixed water edit dialog.
Diffstat (limited to 'indra/newview/llenvironment.h')
-rw-r--r-- | indra/newview/llenvironment.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llenvironment.h b/indra/newview/llenvironment.h index a7159ca84d..95b24314cb 100644 --- a/indra/newview/llenvironment.h +++ b/indra/newview/llenvironment.h @@ -82,7 +82,8 @@ public: ENV_PARCEL, ENV_REGION, ENV_DEFAULT, - ENV_END + ENV_END, + ENV_CURRENT = -1 }; typedef boost::signals2::connection connection_t; |