mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Whatever.
This commit is contained in:
parent
f3346c5d7e
commit
c4853434c8
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ public sealed class TextureManager(IDataManager gameData, Logger logger, ITextur
|
||||||
TextureType.Dds => $"Custom {_width} x {_height} {_image.Format} Image",
|
TextureType.Dds => $"Custom {_width} x {_height} {_image.Format} Image",
|
||||||
TextureType.Tex => $"Custom {_width} x {_height} {_image.Format} Image",
|
TextureType.Tex => $"Custom {_width} x {_height} {_image.Format} Image",
|
||||||
TextureType.Png => $"Custom {_width} x {_height} .png Image",
|
TextureType.Png => $"Custom {_width} x {_height} .png Image",
|
||||||
TextureType.Targa => $"Custom {_width} x {_height} .tga Image",
|
TextureType.Targa => $"Custom {_width} x {_height} .tga Image",
|
||||||
TextureType.Bitmap => $"Custom {_width} x {_height} RGBA Image",
|
TextureType.Bitmap => $"Custom {_width} x {_height} RGBA Image",
|
||||||
_ => "Unknown Image",
|
_ => "Unknown Image",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue