- Bump MAXVOXELS from 1024 to 2048.

This commit is contained in:
Mitchell Richters 2023-10-08 08:18:05 +11:00 committed by Christoph Oelckers
parent d3811c7816
commit 7ba5d22d5d

View file

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