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/llworldmapview.cpp | |
parent | dfa9e7faaf17a30151c38b11c963ce46a6db62ca (diff) | |
parent | 44673e5b40db37f7105b013525fe8ebfea6547a3 (diff) |
merge.
Diffstat (limited to 'indra/newview/llworldmapview.cpp')
-rw-r--r-- | indra/newview/llworldmapview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llworldmapview.cpp b/indra/newview/llworldmapview.cpp index 0509898f40..9a249d14f8 100644 --- a/indra/newview/llworldmapview.cpp +++ b/indra/newview/llworldmapview.cpp @@ -822,7 +822,7 @@ void LLWorldMapView::draw() else { double value = fmod(current_time, 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); drawTracking( LLWorldMap::getInstance()->mUnknownLocation, loading_color, TRUE, getString("Loading"), ""); } |