From 3abf152bb675c528cb788f205f2d1326bdd94e08 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 6 Sep 2024 11:20:35 -0700 Subject: [PATCH] fixed max modes for handle --- VortexEngine/src/VortexConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VortexEngine/src/VortexConfig.h b/VortexEngine/src/VortexConfig.h index 714aaac69b..f47c7322dd 100644 --- a/VortexEngine/src/VortexConfig.h +++ b/VortexEngine/src/VortexConfig.h @@ -176,7 +176,7 @@ // This should not be set to 0, it should be a specific maximum for // each separate device // -#define MAX_MODES 5 +#define MAX_MODES 14 // Default Tickrate in Ticks Per Second (TPS) //