fix build

This commit is contained in:
Olivier Sohn 2017-10-21 21:50:36 +02:00
parent 6bd81b8fbc
commit ddb93dcdc2

View File

@ -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>())