Fixed half to float implicit cast

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

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

Loading…
Cancel
Save