]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
reduced the drawqueue buffer from 1mb to 256k (really it only needs about 60k)
[xonotic/darkplaces.git] / cl_screen.h
index 69fc72064b1d7d167ce84450700b2853f2074737..212783d416fe0d00972b83eef82247b10f150b09 100644 (file)
@@ -1,6 +1,6 @@
 
 // drawqueue stuff for use by client to feed 2D art to renderer
-#define MAX_DRAWQUEUE 1048576
+#define MAX_DRAWQUEUE 262144
 
 #define DRAWQUEUE_PIC 0
 #define DRAWQUEUE_STRING 1