mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-24 09:45:48 +01: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) {
|
||||
bestError = error;
|
||||
bestMod = modSteps[s];
|
||||
bestMod = s;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user