mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
Just use texture name (#997)
This commit is contained in:
committed by
GitHub
parent
ccd0c5ba2f
commit
b33b1f5ec0
@@ -179,7 +179,7 @@ public class Texture2DRegion
|
||||
|
||||
if (string.IsNullOrEmpty(name))
|
||||
{
|
||||
name = $"{texture.Name}({x}, {y}, {width}, {height})";
|
||||
name = $"{texture.Name}";
|
||||
}
|
||||
|
||||
Name = name;
|
||||
|
||||
Reference in New Issue
Block a user