diff options
Diffstat (limited to 'inc/refresh/models.h')
-rw-r--r-- | inc/refresh/models.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/refresh/models.h b/inc/refresh/models.h index 21b7a19..ef253a0 100644 --- a/inc/refresh/models.h +++ b/inc/refresh/models.h @@ -29,8 +29,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #define MOD_Malloc(size) Hunk_Alloc(&model->hunk, size) -// FIXME: MD3 has 256 limit #define MAX_ALIAS_SKINS 32 +#define MAX_ALIAS_VERTS 4096 typedef struct mspriteframe_s { int width, height; |