diff options
| -rw-r--r-- | backends/cloud/cloudicon.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/backends/cloud/cloudicon.cpp b/backends/cloud/cloudicon.cpp index 2adc7460d2..fcac8566fa 100644 --- a/backends/cloud/cloudicon.cpp +++ b/backends/cloud/cloudicon.cpp @@ -27,9 +27,9 @@  namespace Cloud { -const float CloudIcon::ALPHA_SPEED = 0.0005; -const float CloudIcon::ALPHA_MAX = 1; -const float CloudIcon::ALPHA_MIN = 0.6; +const float CloudIcon::ALPHA_SPEED = 0.0005f; +const float CloudIcon::ALPHA_MAX = 1.f; +const float CloudIcon::ALPHA_MIN = 0.6f;  CloudIcon::CloudIcon() {  	initIcons(); | 
