- Bump MAXVOXELS from 1024 to 2048.

This commit is contained in:
Mitchell Richters 2023-10-08 08:18:05 +11:00
parent 961770ea31
commit 6b35be636a

View file

@ -5,7 +5,7 @@
#include "model_kvx.h" #include "model_kvx.h"
#include "intvec.h" #include "intvec.h"
constexpr int MAXVOXELS = 1024; constexpr int MAXVOXELS = 2048;
struct voxmodel_t // : public mdmodel_t struct voxmodel_t // : public mdmodel_t
{ {