mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-26 14:02:04 +00:00
- Bump MAXVOXELS
from 1024 to 2048.
This commit is contained in:
parent
961770ea31
commit
6b35be636a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue