Skip to content

Commit

Permalink
+ reverting r1734 (alberto)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Jun 21, 2010
1 parent 2f3a2c8 commit 088f182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/color.cpp
Expand Up @@ -50,7 +50,7 @@ std::string color::to_string() const
<< red() << ","
<< green() << ","
<< blue() << ","
<< alpha() << ")";
<< alpha()/255.0 << ")";
}
return ss.str();
}
Expand Down

0 comments on commit 088f182

Please sign in to comment.