feat: raised max windows to 32
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define MONTAUK_BUILD_NUMBER 33
|
||||
#define MONTAUK_BUILD_NUMBER 34
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace WinServer {
|
||||
|
||||
static constexpr int MaxWindows = 8;
|
||||
static constexpr int MaxWindows = 32;
|
||||
|
||||
struct WindowSlot {
|
||||
bool used;
|
||||
|
||||
Reference in New Issue
Block a user