diff --git a/glm/core/type_half.inl b/glm/core/type_half.inl index ad54c566..27c49ee6 100644 --- a/glm/core/type_half.inl +++ b/glm/core/type_half.inl @@ -155,7 +155,7 @@ namespace detail // We convert f to a half zero. // - return 0; + return hdata(s); } //