From 2f2a9073b3bf8ca8a09e51da1a8637613aae1339 Mon Sep 17 00:00:00 2001 From: The Dax Date: Mon, 1 Jul 2013 15:01:18 -0400 Subject: [PATCH] Add ID_OPTIONS_TEXTUREFILTERING_OFF to the int array. Thanks to @unknownbrackets for pointing it out. --- Windows/WndMainWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Windows/WndMainWindow.cpp b/Windows/WndMainWindow.cpp index fc0fe9bccb..ec0499d5d9 100644 --- a/Windows/WndMainWindow.cpp +++ b/Windows/WndMainWindow.cpp @@ -956,6 +956,7 @@ namespace MainWindow } static const int texfilteringitems[] = { + ID_OPTIONS_TEXTUREFILTERING_OFF, ID_OPTIONS_NEARESTFILTERING, ID_OPTIONS_LINEARFILTERING, ID_OPTIONS_LINEARFILTERING_CG,