mirror of
https://github.com/icaven/glm.git
synced 2025-12-07 17:26:50 +08:00
Update gtx_quaternion.cpp
This commit is contained in:
parent
580f368365
commit
df7f6cc03c
@ -90,7 +90,7 @@ int test_log()
|
||||
return Error;
|
||||
}
|
||||
|
||||
int test_quatLookAt()
|
||||
int test_quat_lookAt()
|
||||
{
|
||||
int Error(0);
|
||||
|
||||
@ -115,7 +115,7 @@ int main()
|
||||
Error += test_rotation();
|
||||
Error += test_quat_fastMix();
|
||||
Error += test_quat_shortMix();
|
||||
Error += test_quatLookAt();
|
||||
Error += test_quat_lookAt();
|
||||
|
||||
return Error;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user