diff options
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index 7974e8e3d..b7c54e2af 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -56,7 +56,7 @@ class Setup_Video final : public SetupTab, public gcn::KeyListener private: bool mFullScreenEnabled; - int mOpenGLEnabled; + RenderType mOpenGLEnabled; int mFps; int mAltFps; ModeListModel *mModeListModel; |