diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-06 17:02:16 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-06 17:02:16 +0000 |
commit | c01a2b2a93808a8982edb2df21afa10b8fef6ebd (patch) | |
tree | 88981a9a68b9d25e05b754fee0acc392689dc137 /indra/newview/llfloaterworldmap.cpp | |
parent | dfa9e7faaf17a30151c38b11c963ce46a6db62ca (diff) | |
parent | 44673e5b40db37f7105b013525fe8ebfea6547a3 (diff) |
merge.
Diffstat (limited to 'indra/newview/llfloaterworldmap.cpp')
-rw-r--r-- | indra/newview/llfloaterworldmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp index 823c8e7911..412011e76a 100644 --- a/indra/newview/llfloaterworldmap.cpp +++ b/indra/newview/llfloaterworldmap.cpp @@ -457,7 +457,7 @@ void LLFloaterWorldMap::draw() { F64 seconds = LLTimer::getElapsedSeconds(); double value = fmod(seconds, 2); - value = 0.5 + 0.5*cos(value * M_PI); + value = 0.5 + 0.5*cos(value * F_PI); LLColor4 loading_color(0.0, F32(value/2), F32(value), 1.0); childSetColor("location_icon", loading_color); } |