diff --git a/glm/core/func_common.inl b/glm/core/func_common.inl index 10f2a4e2..79935d04 100644 --- a/glm/core/func_common.inl +++ b/glm/core/func_common.inl @@ -1000,46 +1000,46 @@ namespace detail GLM_FUNC_QUALIFIER int floatBitsToInt(float const & v) { - return *reinterpret_cast(const_cast(&v)); + return reinterpret_cast(const_cast(v)); } template