diff --git a/game/graphics/pipelines/opengl.h b/game/graphics/pipelines/opengl.h index fb193c8017..59e24b9145 100644 --- a/game/graphics/pipelines/opengl.h +++ b/game/graphics/pipelines/opengl.h @@ -65,7 +65,7 @@ class GLDisplay : public GfxDisplay { double last_cursor_x_position = 0; double last_cursor_y_position = 0; - static constexpr int MAX_VMODES = 128; + static constexpr int MAX_VMODES = 256; struct VMode { void set(const GLFWvidmode* vmode);