mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-09 15:15:38 +00:00
The modulation value is the index.
This commit is contained in:
parent
088481afe4
commit
33a1dab0a9
|
@ -285,7 +285,7 @@ namespace PVRTCC {
|
||||||
|
|
||||||
if(error < bestError) {
|
if(error < bestError) {
|
||||||
bestError = error;
|
bestError = error;
|
||||||
bestMod = modSteps[s];
|
bestMod = s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue