diff options
author | Andrew Productengine <adyukov@productengine.com> | 2010-11-26 14:31:11 +0200 |
---|---|---|
committer | Andrew Productengine <adyukov@productengine.com> | 2010-11-26 14:31:11 +0200 |
commit | d4d292bba9fe6b1b85c427518aff1b9005b436e4 (patch) | |
tree | 4522ad57afd4dc08891e7d46abb567f145981ff9 /indra/llui | |
parent | 393514f3dc35e005d7359acaa79cb36ea19b7d59 (diff) |
Fixed Windows build.
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lluictrl.cpp | 2 |
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) { |