Browse Source

Making constants internal.

af/merge-core
Olivia 9 years ago
parent
commit
81a3f2e2c3
  1. 2
      src/ImageSharp/Common/Constants.cs

2
src/ImageSharp/Common/Constants.cs

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

Loading…
Cancel
Save