mirror of
https://github.com/g-truc/glm.git
synced 2025-04-21 12:39:37 +00:00
Merge branch '0.9.1' into 0.9.2
This commit is contained in:
commit
e0a71fda81
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ namespace detail
|
|||
|
||||
GLM_FUNC_QUALIFIER thalf::operator float() const
|
||||
{
|
||||
return toFloat();
|
||||
return toFloat32(this->data);
|
||||
}
|
||||
|
||||
//GLM_FUNC_QUALIFIER half::operator double()
|
||||
|
|
Loading…
Add table
Reference in a new issue