diff --git a/src/SDL2/SDL2_FNAPlatform.cs b/src/SDL2/SDL2_FNAPlatform.cs index 4afeb5b..6826fc8 100644 --- a/src/SDL2/SDL2_FNAPlatform.cs +++ b/src/SDL2/SDL2_FNAPlatform.cs @@ -25,9 +25,9 @@ namespace Microsoft.Xna.Framework { internal static class SDL2_FNAPlatform { - #region Public Static Constants + #region Static Constants - public static readonly string OSVersion = SDL.SDL_GetPlatform(); + private static readonly string OSVersion = SDL.SDL_GetPlatform(); #endregion