diff --git a/TrueCraft.API/BoundingBox.cs b/TrueCraft.API/BoundingBox.cs index e799e86..e4868d3 100644 --- a/TrueCraft.API/BoundingBox.cs +++ b/TrueCraft.API/BoundingBox.cs @@ -29,7 +29,7 @@ namespace TrueCraft.API /// /// Represents an axis-aligned bounding box. /// - /// 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 { #region Public Fields diff --git a/TrueCraft.API/Ray.cs b/TrueCraft.API/Ray.cs index 4e2534a..dbd3e57 100644 --- a/TrueCraft.API/Ray.cs +++ b/TrueCraft.API/Ray.cs @@ -8,7 +8,7 @@ namespace TrueCraft.API /// /// Represents a ray; a line with a start and direction, but no end. /// - /// 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 { #region Public Fields