More vmodes (#2120)

This commit is contained in:
water111
2023-01-11 20:44:45 -05:00
committed by GitHub
parent cb8cafa40a
commit bd209bf460
+1 -1
View File
@@ -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);