From 1849cb26d280f36e7812c4dd4295206ea919b8cd Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 28 May 2023 17:05:19 -0400 Subject: make smaller render batches to prevent rendering issues --- include/rodeo_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/rodeo_config.h b/include/rodeo_config.h index f417ac0..53f075b 100644 --- a/include/rodeo_config.h +++ b/include/rodeo_config.h @@ -1,6 +1,6 @@ #ifndef mrodeo_vertex_size_max - #define mrodeo_vertex_size_max 8192 + #define mrodeo_vertex_size_max 1024 #endif #ifndef mrodeo_index_size_max -- cgit v1.2.3