Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-10-13 10:50:37 +0000
committerStijn Buys <ingar@osirion.org>2012-10-13 10:50:37 +0000
commita41a544a498baf2235348b2edb76781f442651d6 (patch)
tree157d95a700dc07a38cfd2e541614fe9f86308825 /src/math/color.cc
parentb0d67843c43f50f36a92c4b8694b3df380ce50b1 (diff)
Minor math::Color cleanup.
Diffstat (limited to 'src/math/color.cc')
-rw-r--r--src/math/color.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/color.cc b/src/math/color.cc
index 70a48e5..473d210 100644
--- a/src/math/color.cc
+++ b/src/math/color.cc
@@ -155,7 +155,7 @@ std::istream &operator>>(std::istream & is, Color & color)
}
//is >> color.a;
- color.a = 1.0;
+ color.a = 1.0f;
return (is);
}