mirror of
https://github.com/g-truc/glm.git
synced 2025-04-15 01:18:14 +00:00
Fixed build
This commit is contained in:
parent
430bf43087
commit
bcc6879b4b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ namespace glm
|
|||
tvec3<T, P> const N();
|
||||
tvec3<T, P> const O();
|
||||
|
||||
return M * ColorD65XYZ + N * ColorD65XYZ + O * ColorD65XYZ;
|
||||
return M * ColorD50XYZ + N * ColorD50XYZ + O * ColorD50XYZ;
|
||||
}
|
||||
|
||||
template <typename T, precision P>
|
||||
|
|
Loading…
Add table
Reference in a new issue