mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-02-03 01:20:59 +00: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.Component(c) = modVal;
|
||||||
}
|
}
|
||||||
p.A() = 255;
|
p.A() = 255;
|
||||||
modulationImg(j, i) = p;
|
modulationImg(i, j) = p;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
modulationImg.DebugOutput("Modulation");
|
modulationImg.DebugOutput("Modulation");
|
||||||
|
|
Loading…
Reference in a new issue