From bd209bf46070908a5d7da2d6c1048cfa4415d46a Mon Sep 17 00:00:00 2001 From: water111 <48171810+water111@users.noreply.github.com> Date: Wed, 11 Jan 2023 20:44:45 -0500 Subject: [PATCH] More vmodes (#2120) --- game/graphics/pipelines/opengl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);