Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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);
}