From: divverent Date: Tue, 30 Aug 2011 13:14:55 +0000 (+0000) Subject: fix another data loss type conversion X-Git-Tag: xonotic-v0.6.0~163^2~239 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3d1f7060feabec2701afa59a4ef3106a331c9c44;p=xonotic%2Fdarkplaces.git fix another data loss type conversion git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11313 d7cf8633-e32d-0410-b094-e92efae38249 --- 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;