Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update model.h
  • Loading branch information
Chernoskill committed Mar 6, 2021
1 parent fa20580 commit 72787c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/models/model.h
Expand Up @@ -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
{
Expand Down

0 comments on commit 72787c2

Please sign in to comment.