Fix "Improved polygon splitting" option in GUI

This commit is contained in:
v1993
2020-08-31 18:56:20 +03:00
parent 02d51620e3
commit aed7a32243
2 changed files with 9 additions and 0 deletions

View File

@ -79,6 +79,7 @@ private:
int oldVSyncInterval;
int oldSoftThreaded;
int oldGLScale;
int oldGLBetterPolygons;
};
#endif // VIDEOSETTINGSDIALOG_H