The modulation value is the index.

This commit is contained in:
Pavel Krajcevski 2013-09-25 16:37:34 -04:00
parent 088481afe4
commit 33a1dab0a9

View file

@ -285,7 +285,7 @@ namespace PVRTCC {
if(error < bestError) {
bestError = error;
bestMod = modSteps[s];
bestMod = s;
}
}