remove useless variable
This commit is contained in:
@@ -19,8 +19,6 @@ struct Camera {
|
|||||||
|
|
||||||
Vec2f CamLook {};
|
Vec2f CamLook {};
|
||||||
|
|
||||||
Vec3f m_Front {0, -1, 0};
|
|
||||||
|
|
||||||
float m_Yaw = -3.141592653f / 2.0f;
|
float m_Yaw = -3.141592653f / 2.0f;
|
||||||
float m_Pitch = -3.141592653f / 2.0f - 0.0000001f;
|
float m_Pitch = -3.141592653f / 2.0f - 0.0000001f;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user