Changed comment delimiter
This commit is contained in:
parent
07d407389d
commit
d31435751d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user