Fixed setup options

This commit is contained in:
Christophe Riccio
2011-10-20 14:03:08 +01:00
parent ee15fe5289
commit 5050bfacf7
13 changed files with 132 additions and 128 deletions

View File

@@ -100,7 +100,7 @@ namespace detail
template <>
GLM_FUNC_QUALIFIER detail::thalf floor<detail::thalf>(detail::thalf const & x)
{
return detail::thalf(::std::floor(x.toFloat()));
return detail::thalf(::std::floor(float(x)));
}
template <typename genType>