]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix another data loss type conversion
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 30 Aug 2011 13:14:55 +0000 (13:14 +0000)
committerRudolf Polzer <divVerent@xonotic.org>
Tue, 30 Aug 2011 14:39:35 +0000 (16:39 +0200)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11313 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=3d1f7060feabec2701afa59a4ef3106a331c9c44

model_shared.h

index 755751b9187375a1e9e32b72ad41a4c0e868c493..64b4050817abd5ff3594fcac030f7d9de6319b67 100644 (file)
@@ -616,7 +616,7 @@ typedef struct texture_s
        // offsetmapping
        dpoffsetmapping_technique_t offsetmapping;
        float offsetscale;
-       unsigned char offsetbias;
+       float offsetbias;
 
        // gloss
        float specularscalemod;