mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-23 18:53:44 +00:00
The modulation value is the index.
This commit is contained in:
parent
088481afe4
commit
33a1dab0a9
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ namespace PVRTCC {
|
|||
|
||||
if(error < bestError) {
|
||||
bestError = error;
|
||||
bestMod = modSteps[s];
|
||||
bestMod = s;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue