The code doesn't try to pack 16bpp cluts anymore

This commit is contained in:
2025-03-11 14:28:21 +01:00
parent ad1eb12636
commit 5221a98fdb
2 changed files with 8 additions and 4 deletions

View File

@@ -142,6 +142,7 @@ namespace PSXSplash.RuntimeCode
psxTex.ImageData[i] = vramPixel.Pack();
i++;
}
psxTex.ColorPalette = null;
return psxTex;
}