mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
Fixed merge
This commit is contained in:
commit
472174a206
@ -239,7 +239,7 @@ namespace detail
|
||||
|
||||
if(x < 0)
|
||||
return genType(int(x - genType(0.5)));
|
||||
return genType(int(x + genType(0.5)));
|
||||
return genType(int(x + genType(0.5)));
|
||||
}
|
||||
|
||||
template <typename valType>
|
||||
|
Loading…
Reference in New Issue
Block a user