summaryrefslogtreecommitdiff
path: root/engine/src
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-04-05 18:36:49 +0200
committerHampusM <hampus@hampusmat.com>2026-04-05 18:36:49 +0200
commitd9dbf1f720099624ab8d9622e8c6170ee03f2dbb (patch)
tree125ba7c3be714007a05c9a00d5f3f7ffbb7d07f6 /engine/src
parent171c03cf11b55d2a64e99f46babb2dac35b72b03 (diff)
fix(engine): prevent visual glitches after moving mouse before window openHEADmaster
Diffstat (limited to 'engine/src')
-rw-r--r--engine/src/windowing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/src/windowing.rs b/engine/src/windowing.rs
index d717785..03e0ff8 100644
--- a/engine/src/windowing.rs
+++ b/engine/src/windowing.rs
@@ -55,7 +55,7 @@ pub mod keyboard;
pub mod mouse;
pub mod window;
-const MESSAGE_FROM_APP_CHANNEL_CAP: usize = 128;
+const MESSAGE_FROM_APP_CHANNEL_CAP: usize = 512;
const MESSAGE_TO_APP_CHANNEL_CAP: usize = 16; // Increase if more messages are added