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.