v0.11.0.9

This commit is contained in:
Joonas Rikkonen
2020-12-09 16:34:16 +02:00
parent bbf06f0984
commit f433a7ba10
325 changed files with 13947 additions and 3652 deletions

View File

@@ -24,7 +24,7 @@ namespace Microsoft.Xna.Framework.Graphics
/// <para>The value is an implementation detail and may change between application launches or MonoGame versions.
/// It is only guaranteed to stay consistent during application lifetime.</para>
/// </remarks>
internal int SortingKey
public int SortingKey
{
get { return _sortingKey; }
}