using UnityEngine; public class AspectCameraPerspective : MonoBehaviour { private bool m_isSetFOV; public void UpdateFov() { m_isSetFOV = false; } }