From 3afcec1798977d3309a5359b56b9534d87e70b6b Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 24 Jan 2025 00:37:15 +1100 Subject: increase UI command buffer size --- ui.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.hpp b/ui.hpp index 1ac3602..576f7a0 100644 --- a/ui.hpp +++ b/ui.hpp @@ -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; -- cgit v1.2.3-54-g00ecf