summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterworldmap.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-06 14:58:27 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-06 14:58:27 +0000
commit6552c1a973ec26a889b6ad4a34c492a3ffc3f644 (patch)
tree1de466344826fd5d586f5cee784afd6e76a73582 /indra/newview/llfloaterworldmap.cpp
parentc189943583f13dba0b56d58e4e4adec4f7f7f650 (diff)
parent904f6124b282e3e9668289bef9f7d44f8539ce51 (diff)
merge.
Diffstat (limited to 'indra/newview/llfloaterworldmap.cpp')
-rw-r--r--indra/newview/llfloaterworldmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp
index 6567c1a649..823c8e7911 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 * 3.14159f);
+ value = 0.5 + 0.5*cos(value * M_PI);
LLColor4 loading_color(0.0, F32(value/2), F32(value), 1.0);
childSetColor("location_icon", loading_color);
}