diff options
author | quou <quou@disroot.org> | 2025-01-24 00:37:15 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-24 00:37:15 +1100 |
commit | 3afcec1798977d3309a5359b56b9534d87e70b6b (patch) | |
tree | c1d98931c1f5729a2d8968084e3e7301b4aa18a7 /ui.hpp | |
parent | 00c5ea3c0f4ad3b22726d92c23db8a4c37a3b0c9 (diff) |
increase UI command buffer size
Diffstat (limited to 'ui.hpp')
-rw-r--r-- | ui.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ struct UI { struct Renderer { static constexpr int grid_size = 16; - static constexpr int cmd_buf_size = 1024 * 8; + static constexpr int cmd_buf_size = 1024 * 128; Rect bound; Rect clip; Colour* pixels; |