mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 09:14:34 +00:00
fix build
This commit is contained in:
parent
6bd81b8fbc
commit
ddb93dcdc2
@ -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…
Reference in New Issue
Block a user