feat: raised max windows to 32

This commit is contained in:
2026-07-18 10:34:46 +02:00
parent 796ed46d12
commit 3ac25b7abd
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12,4 +12,4 @@
#pragma once
#define MONTAUK_BUILD_NUMBER 33
#define MONTAUK_BUILD_NUMBER 34
+1 -1
View File
@@ -11,7 +11,7 @@
namespace WinServer {
static constexpr int MaxWindows = 8;
static constexpr int MaxWindows = 32;
struct WindowSlot {
bool used;