mirror of
https://github.com/icaven/glm.git
synced 2025-12-08 01:36:48 +08:00
Fixed cast warninf
This commit is contained in:
parent
fee7daf6ef
commit
d49148564a
@ -261,7 +261,7 @@ namespace ulp
|
||||
template <typename T>
|
||||
GLM_FUNC_QUALIFIER uint float_distance(T const & x, T const & y)
|
||||
{
|
||||
std::size_t ulp = 0;
|
||||
uint ulp = 0;
|
||||
|
||||
if(x < y)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user