diff --git a/source/MonoGame.Extended/Graphics/Texture2DRegion.cs b/source/MonoGame.Extended/Graphics/Texture2DRegion.cs index a1212ae7..aada7d0a 100644 --- a/source/MonoGame.Extended/Graphics/Texture2DRegion.cs +++ b/source/MonoGame.Extended/Graphics/Texture2DRegion.cs @@ -179,7 +179,7 @@ public class Texture2DRegion if (string.IsNullOrEmpty(name)) { - name = $"{texture.Name}({x}, {y}, {width}, {height})"; + name = $"{texture.Name}"; } Name = name;