Changed comment delimiter
This commit is contained in:
parent
07d407389d
commit
d31435751d
@ -29,7 +29,7 @@ namespace TrueCraft.API
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents an axis-aligned bounding box.
|
/// Represents an axis-aligned bounding box.
|
||||||
/// </summary>
|
/// </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>
|
public struct BoundingBox : IEquatable<BoundingBox>
|
||||||
{
|
{
|
||||||
#region Public Fields
|
#region Public Fields
|
||||||
|
@ -8,7 +8,7 @@ namespace TrueCraft.API
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a ray; a line with a start and direction, but no end.
|
/// Represents a ray; a line with a start and direction, but no end.
|
||||||
/// </summary>
|
/// </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>
|
public struct Ray : IEquatable<Ray>
|
||||||
{
|
{
|
||||||
#region Public Fields
|
#region Public Fields
|
||||||
|
Reference in New Issue
Block a user