mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
fix build
This commit is contained in:
parent
6bd81b8fbc
commit
ddb93dcdc2
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ namespace glm
|
|||
|
||||
if(cosTheta >= static_cast<T>(1) - epsilon<T>()) {
|
||||
// orig and dest point in the same direction
|
||||
return quat_identity();
|
||||
return quat_identity<T,Q>();
|
||||
}
|
||||
|
||||
if(cosTheta < static_cast<T>(-1) + epsilon<T>())
|
||||
|
|
Loading…
Add table
Reference in a new issue