removed white space in MyAvatar.cpp

This commit is contained in:
amantley 2018-05-09 15:00:20 -07:00
parent eff84de99f
commit 20c960c0da

View file

@ -3025,8 +3025,7 @@ glm::quat cancelOutRollAndPitch2(const glm::quat& q) {
}
newX = glm::cross(vec3(0.0f, 1.0f, 0.0f), newZ);
newY = glm::cross(newZ, newX);
}
else {
} else {
newZ = glm::normalize(vec3(zAxis.x, 0.0f, zAxis.z));
newX = glm::cross(vec3(0.0f, 1.0f, 0.0f), newZ);
newY = glm::cross(newZ, newX);