fix texture_t size

This commit is contained in:
mittorn 2021-02-17 18:26:24 +03:00
parent f9b70f79e8
commit 8089b88c35
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ typedef struct texture_s
unsigned short dt_texturenum; // detail-texture binding
material_t *material; // pointer to texture material
struct matdef_s *effects; // hit, impact, particle effects etc
unsigned int unused; // reserved
// unsigned int unused; // reserved
} texture_t;
typedef struct