Code style fix

#760
This commit is contained in:
Wojtek Figat
2022-10-12 19:07:48 +02:00
parent faf7f8ad03
commit 7a969b5d7b
2 changed files with 6 additions and 11 deletions

View File

@@ -171,8 +171,8 @@ public:
/// <summary>
/// Checks if the 3d point of the world is in the camera's field of view.
/// </summary>
/// <param name="worldSpaceLocation">World Position (XYZ)</param>
/// <returns>Returns true if the point is within the field of view</returns>
/// <param name="worldSpaceLocation">World Position (XYZ).</param>
/// <returns>Returns true if the point is within the field of view.</returns>
API_FUNCTION() bool IsPointOnView(const Vector3& worldSpaceLocation) const;
/// <summary>