Browse Source

Making constants internal.

pull/60/head
Olivia 10 years ago
parent
commit
b4202a5782
  1. 2
      src/ImageSharp/Common/Constants.cs

2
src/ImageSharp/Common/Constants.cs

@ -8,7 +8,7 @@ namespace ImageSharp.Common
/// <summary> /// <summary>
/// Common constants used throughout the project /// Common constants used throughout the project
/// </summary> /// </summary>
public static class Constants internal static class Constants
{ {
/// <summary> /// <summary>
/// The epsilon for comparing floating point numbers. /// The epsilon for comparing floating point numbers.

Loading…
Cancel
Save