diff options
| author | HampusM <hampus@hampusmat.com> | 2026-04-05 18:36:49 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-04-05 18:36:49 +0200 |
| commit | d9dbf1f720099624ab8d9622e8c6170ee03f2dbb (patch) | |
| tree | 125ba7c3be714007a05c9a00d5f3f7ffbb7d07f6 /engine/src | |
| parent | 171c03cf11b55d2a64e99f46babb2dac35b72b03 (diff) | |
Diffstat (limited to 'engine/src')
| -rw-r--r-- | engine/src/windowing.rs | 2 |
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 |
