summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui.hpp2
1 files changed, 1 insertions, 1 deletions
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;