mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Raise max custom models to 1024
This commit is contained in:
parent
520d09c280
commit
09ebdadd69
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ struct ModelUtilsInfo sModels[E_MODEL_MAX] = {
|
|||
MODEL_UTIL_GEO_PERM(E_MODEL_WARIOS_WINGED_METAL_CAP, warios_winged_metal_cap_geo, MODEL_WARIOS_WINGED_METAL_CAP),
|
||||
};
|
||||
|
||||
#define MAX_CUSTOM_MODELS 256
|
||||
#define MAX_CUSTOM_MODELS 1024
|
||||
static u16 sCustomModelsCount = 0;
|
||||
struct ModelUtilsInfo sCustomModels[MAX_CUSTOM_MODELS] = { 0 };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue