diff options
author | Oz Linden <oz@lindenlab.com> | 2014-01-03 18:19:25 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-01-03 18:19:25 -0500 |
commit | 05a313f546c4f943a74ec2214cabf4df747eda5a (patch) | |
tree | cc2381b4bd55690ed39fd7cdddbc93d0da08d7fb /indra/newview/llfloaterregionrestarting.h | |
parent | 6051a865578f08e65e058478a6cc7fedb5aefb7b (diff) |
change shaking to decay exponentially
Diffstat (limited to 'indra/newview/llfloaterregionrestarting.h')
-rw-r--r-- | indra/newview/llfloaterregionrestarting.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregionrestarting.h b/indra/newview/llfloaterregionrestarting.h index 95fe772a28..46416db2c8 100644 --- a/indra/newview/llfloaterregionrestarting.h +++ b/indra/newview/llfloaterregionrestarting.h @@ -49,7 +49,8 @@ private: virtual void regionChange(); std::string mName; - U32 mIterations; + U32 mShakeIterations; + F32 mShakeMagnitude; LLTimer mShakeTimer; boost::signals2::connection mRegionChangedConnection; |