From 8089b88c350104ca9c471c81f9a7faa98c0a3d32 Mon Sep 17 00:00:00 2001 From: mittorn Date: Wed, 17 Feb 2021 18:26:24 +0300 Subject: [PATCH] fix texture_t size --- common/com_model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/com_model.h b/common/com_model.h index c249a54..a82bab2 100644 --- a/common/com_model.h +++ b/common/com_model.h @@ -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