diff --git a/PCK-Studio/Rendering/Camera/PerspectiveCamera.cs b/PCK-Studio/Rendering/Camera/PerspectiveCamera.cs index c1e45f3b..ebbc160d 100644 --- a/PCK-Studio/Rendering/Camera/PerspectiveCamera.cs +++ b/PCK-Studio/Rendering/Camera/PerspectiveCamera.cs @@ -103,8 +103,8 @@ namespace PckStudio.Rendering.Camera public Vector3 Up => Vector3.UnitY; - public float MinimumFov { get; set; } = 30f; - public float MaximumFov { get; set; } = 180f; + public float MinimumFov { get; } = 30f; + public float MaximumFov { get; } = 180f; public float Fov {