From fc9e24e6fed088fc1df4668be6e7aae10fb2878a Mon Sep 17 00:00:00 2001 From: Saas Date: Wed, 3 Jun 2026 21:43:02 +0200 Subject: [PATCH] include hint that fov needs to be in radians in doc comments --- Source/Engine/Core/Math/BoundingFrustum.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Core/Math/BoundingFrustum.cs b/Source/Engine/Core/Math/BoundingFrustum.cs index 4f1e27e1e..e0d4e0d2b 100644 --- a/Source/Engine/Core/Math/BoundingFrustum.cs +++ b/Source/Engine/Core/Math/BoundingFrustum.cs @@ -264,7 +264,7 @@ namespace FlaxEngine /// The camera pos. /// The look dir. /// Up dir. - /// The fov. + /// The fov in radians. /// The Z near. /// The Z far. /// The aspect.