Fixed issue #19, fixed -0.0 with half

master
Christophe Riccio ago%!(EXTRA string=13 years)
parent 8a291a9dc2
commit 443f62bb08
  1. 2
      glm/core/type_half.inl

@ -155,7 +155,7 @@ namespace detail
// We convert f to a half zero.
//
return 0;
return hdata(s);
}
//

Loading…
Cancel
Save