mirror of
https://github.com/icaven/glm.git
synced 2026-02-05 17:29:56 +08:00
Fixed issue #19, fixed -0.0 with half
This commit is contained in:
parent
8a291a9dc2
commit
443f62bb08
@ -155,7 +155,7 @@ namespace detail
|
||||
// We convert f to a half zero.
|
||||
//
|
||||
|
||||
return 0;
|
||||
return hdata(s);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user