Fixed warnings

This commit is contained in:
Christophe Riccio
2017-08-09 22:40:33 +02:00
parent b936761960
commit 5d77861141
4 changed files with 18 additions and 16 deletions

View File

@@ -118,7 +118,7 @@ int test_quat_euler()
}
{
glm::dquat q(1.0f, 0.0f, 0.0f, 1.0f);
glm::dquat q(1.0, 0.0, 0.0, 1.0);
double Roll = glm::roll(q);
double Pitch = glm::pitch(q);
double Yaw = glm::yaw(q);