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