diff options
Diffstat (limited to 'ui.cpp')
-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; |