Add ID_OPTIONS_TEXTUREFILTERING_OFF to the int array. Thanks to @unknownbrackets for pointing it out.

This commit is contained in:
The Dax 2013-07-01 15:01:18 -04:00
parent 84702f87d8
commit 2f2a9073b3

View file

@ -956,6 +956,7 @@ namespace MainWindow
}
static const int texfilteringitems[] = {
ID_OPTIONS_TEXTUREFILTERING_OFF,
ID_OPTIONS_NEARESTFILTERING,
ID_OPTIONS_LINEARFILTERING,
ID_OPTIONS_LINEARFILTERING_CG,