mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-26 22:11:54 +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 "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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue