increased max drawcmd count

pull/1/head
Sara 2023-04-11 08:08:59 +02:00
parent 3196f8dacc
commit 783c545244
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include "SDL2/SDL_blendmode.h"
#include "SDL2/SDL_render.h"
#define NUM_DRAWCMDS 256
#define NUM_DRAWCMDS 2048
drawcmd_t g_drawdata[NUM_DRAWCMDS];
drawcmd_t* g_drawdata_endptr = g_drawdata;