diff options
author | quou <quou@disroot.org> | 2025-01-18 17:05:16 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-18 17:05:16 +1100 |
commit | 092248465a980e7ccf13b19d3d447e78443ac911 (patch) | |
tree | 6d25e2ccd330acd88b7f46397d4412c3120ddd51 | |
parent | cf2abfcfe34a9b3e4cf5af193d1f320374416267 (diff) |
increase ui vertex buffer size
-rw-r--r-- | ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ extern "C" { #include <algorithm> -#define vertex_buffer_count (256) +#define vertex_buffer_count (2048) #define ui_padding 5 static constexpr int font_w = 960; |