diff options
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; |