From d9dbf1f720099624ab8d9622e8c6170ee03f2dbb Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 5 Apr 2026 18:36:49 +0200 Subject: fix(engine): prevent visual glitches after moving mouse before window open --- engine/src/windowing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-18-g5258