diff --git a/AquaMai/UX/LoadAssetsPng.cs b/AquaMai/UX/LoadAssetsPng.cs index c778ea96..e912ee0d 100644 --- a/AquaMai/UX/LoadAssetsPng.cs +++ b/AquaMai/UX/LoadAssetsPng.cs @@ -68,7 +68,7 @@ public static Texture2D GetJacketTexture2D(string id) return null; } - var texture = new Texture2D(1, 1); + var texture = new Texture2D(1, 1, TextureFormat.RGBA32, false); texture.LoadImage(File.ReadAllBytes(path)); return texture; } @@ -125,7 +125,7 @@ public static void TabTitleLoader(MusicSelectMonitor __instance, Dictionary