mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 05:51:20 +00:00
Update model.h
This commit is contained in:
parent
fa2058004b
commit
72787c2c4c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ extern TDeletingArray<FModel*> Models;
|
|||
extern TArray<FSpriteModelFrame> SpriteModelFrames;
|
||||
|
||||
#define MD3_MAX_SURFACES 32
|
||||
#define MD3_MIN_MODELS 4
|
||||
#define MIN_MODELS 4
|
||||
|
||||
struct FSpriteModelFrame
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue