Changed comment delimiter

This commit is contained in:
William Moorehouse 2015-06-11 23:34:41 -04:00
parent 07d407389d
commit d31435751d
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ namespace TrueCraft.API
/// <summary>
/// Represents an axis-aligned bounding box.
/// </summary>
/// Mostly taken from the MonoXna project, which is licensed under the MIT license
// Mostly taken from the MonoXna project, which is licensed under the MIT license
public struct BoundingBox : IEquatable<BoundingBox>
{
#region Public Fields

View File

@ -8,7 +8,7 @@ namespace TrueCraft.API
/// <summary>
/// Represents a ray; a line with a start and direction, but no end.
/// </summary>
/// Mostly taken from the MonoXna project, which is licensed under the MIT license
// Mostly taken from the MonoXna project, which is licensed under the MIT license
public struct Ray : IEquatable<Ray>
{
#region Public Fields