remove useless variable

This commit is contained in:
2023-06-06 13:09:02 +02:00
parent 48841fa4e9
commit 92035d7b9e

View File

@@ -19,8 +19,6 @@ struct Camera {
Vec2f CamLook {};
Vec3f m_Front {0, -1, 0};
float m_Yaw = -3.141592653f / 2.0f;
float m_Pitch = -3.141592653f / 2.0f - 0.0000001f;
};