From 3d1f7060feabec2701afa59a4ef3106a331c9c44 Mon Sep 17 00:00:00 2001 From: divverent Date: Tue, 30 Aug 2011 13:14:55 +0000 Subject: [PATCH] fix another data loss type conversion git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11313 d7cf8633-e32d-0410-b094-e92efae38249 --- model_shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_shared.h b/model_shared.h index 755751b9..64b40508 100644 --- a/model_shared.h +++ b/model_shared.h @@ -616,7 +616,7 @@ typedef struct texture_s // offsetmapping dpoffsetmapping_technique_t offsetmapping; float offsetscale; - unsigned char offsetbias; + float offsetbias; // gloss float specularscalemod; -- 2.39.2