mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
Fixed issue #19, fixed -0.0 with half
This commit is contained in:
parent
8a291a9dc2
commit
443f62bb08
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ namespace detail
|
|||
// We convert f to a half zero.
|
||||
//
|
||||
|
||||
return 0;
|
||||
return hdata(s);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue