Better debug line rendering & removed

This commit is contained in:
Antoine Pilote
2024-08-10 19:12:09 -04:00
parent ad2c40da87
commit a996a408aa
3 changed files with 9 additions and 9 deletions

View File

@@ -49,8 +49,8 @@ namespace Nuake
}
}
Yaw = glm::mix(Yaw, TargetYaw, ts * 20.f);
Pitch = glm::mix(Pitch, TargetPitch, ts * 20.f);
Yaw = glm::mix(Yaw, TargetYaw, 1.0f);
Pitch = glm::mix(Pitch, TargetPitch, 1.0f);
if (!controlled)
{