aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/VideoSettingsDialog.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-09-03 13:12:38 +0200
committerGitHub <noreply@github.com>2020-09-03 13:12:38 +0200
commit0ee5bb7a3ba04ed62b641e77c9209a38380a3613 (patch)
tree6dd01d0f8c975996838785226e0993cbed0d2835 /src/frontend/qt_sdl/VideoSettingsDialog.h
parent1f634ed1579844e5b829bc890f2040343c505360 (diff)
parentaed7a3224338e6b097aee324a4222e94f35277e8 (diff)
Merge pull request #734 from v1993/master
Fix "Improved polygon splitting" option in GUI
Diffstat (limited to 'src/frontend/qt_sdl/VideoSettingsDialog.h')
-rw-r--r--src/frontend/qt_sdl/VideoSettingsDialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/qt_sdl/VideoSettingsDialog.h b/src/frontend/qt_sdl/VideoSettingsDialog.h
index f18793c..2645eef 100644
--- a/src/frontend/qt_sdl/VideoSettingsDialog.h
+++ b/src/frontend/qt_sdl/VideoSettingsDialog.h
@@ -79,6 +79,7 @@ private:
int oldVSyncInterval;
int oldSoftThreaded;
int oldGLScale;
+ int oldGLBetterPolygons;
};
#endif // VIDEOSETTINGSDIALOG_H