mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-28 06:24:16 +01:00
Wrong indices for modulation values
This commit is contained in:
parent
795e8dd32d
commit
a31de8f797
@ -254,7 +254,7 @@ namespace PVRTCC {
|
||||
p.Component(c) = modVal;
|
||||
}
|
||||
p.A() = 255;
|
||||
modulationImg(j, i) = p;
|
||||
modulationImg(i, j) = p;
|
||||
}
|
||||
}
|
||||
modulationImg.DebugOutput("Modulation");
|
||||
|
Loading…
Reference in New Issue
Block a user