summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndrew Productengine <adyukov@productengine.com>2010-11-26 14:31:11 +0200
committerAndrew Productengine <adyukov@productengine.com>2010-11-26 14:31:11 +0200
commitd4d292bba9fe6b1b85c427518aff1b9005b436e4 (patch)
tree4522ad57afd4dc08891e7d46abb567f145981ff9 /indra
parent393514f3dc35e005d7359acaa79cb36ea19b7d59 (diff)
Fixed Windows build.
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/lluictrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lluictrl.cpp b/indra/llui/lluictrl.cpp
index 0065d164d7..7e4cb78d80 100644
--- a/indra/llui/lluictrl.cpp
+++ b/indra/llui/lluictrl.cpp
@@ -929,7 +929,7 @@ void LLUICtrl::setColor(const LLColor4& color)
F32 LLUICtrl::getCurrentTransparency()
{
- F32 alpha;
+ F32 alpha = 0;
switch(mTransparencyType)
{