This commit is contained in:
Jan Racek
2026-03-27 21:29:24 +01:00
parent 45a552be5a
commit 13ed569eaf
85 changed files with 1953 additions and 2470 deletions

View File

@@ -252,9 +252,9 @@ namespace SplashEdit.RuntimeCode
if (BitDepth == PSXBPP.TEX_16BIT)
{
for (int y = 0; y < Width; y++)
for (int y = 0; y < Height; y++)
{
for (int x = 0; x < Height; x++)
for (int x = 0; x < Width; x++)
{
tex.SetPixel(x, Height - 1 - y, ImageData[x, y].GetUnityColor());
}