Merge branch '0.9.1' into 0.9.2

master
Christophe Riccio ago%!(EXTRA string=14 years)
commit e0a71fda81
  1. 2
      glm/core/type_half.inl

@ -256,7 +256,7 @@ namespace detail
GLM_FUNC_QUALIFIER thalf::operator float() const
{
return toFloat();
return toFloat32(this->data);
}
//GLM_FUNC_QUALIFIER half::operator double()

Loading…
Cancel
Save