mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 05:55:03 +00:00
Fixed build
This commit is contained in:
parent
889a7594d9
commit
a7feb46c1a
1 changed files with 2 additions and 2 deletions
|
@ -237,9 +237,9 @@ namespace glm
|
|||
)
|
||||
{
|
||||
#ifdef GLM_FORCE_RADIANS
|
||||
valType const rad = fov;
|
||||
valType const rad = fovy;
|
||||
#else
|
||||
valType const rad = glm::radians(fov);
|
||||
valType const rad = glm::radians(fovy);
|
||||
#endif
|
||||
|
||||
valType range = tan(radians(rad / valType(2))) * zNear;
|
||||
|
|
Loading…
Add table
Reference in a new issue