Fixed editor camera spinning when first using it

This commit is contained in:
Antoine Pilote
2023-09-23 21:51:47 -04:00
parent 3c57e57d81
commit c90065c85e

View File

@@ -33,8 +33,8 @@ namespace Nuake
float mouseLastX;
float mouseLastY;
float Yaw = -0.f;
float Pitch = 0.f;
float Yaw = -135.f;
float Pitch = -45.f;
float TargetYaw = -135.f;
float TargetPitch = -45.f;
void UpdateDirection();