Make gcc happy with closer to standards compliant code..
This commit is contained in:
@@ -183,7 +183,7 @@ namespace LLKeyframeMotionLerp
|
||||
template<>
|
||||
inline LLQuaternion lerp(F32 t, const LLQuaternion& before, const LLQuaternion& after)
|
||||
{
|
||||
return ::nlerp(t, before, after);
|
||||
return nlerp(t, before, after);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user