From aed7a3224338e6b097aee324a4222e94f35277e8 Mon Sep 17 00:00:00 2001 From: v1993 Date: Mon, 31 Aug 2020 18:56:20 +0300 Subject: Fix "Improved polygon splitting" option in GUI --- src/frontend/qt_sdl/VideoSettingsDialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/frontend/qt_sdl/VideoSettingsDialog.h') 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 -- cgit v1.2.3