X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=inline;f=model_alias.c;h=d7bbd8bf44d59883a586d955a9114f1b728cae84;hb=0915d731759ea1a90cbb4080ecfd49904196e4f2;hp=214c960d6a606600ebb53162d0387fdab1ebbcf9;hpb=a15e0c4cddf4f60827a3be097197447c52b7989a;p=xonotic%2Fdarkplaces.git diff --git a/model_alias.c b/model_alias.c index 214c960d..d7bbd8bf 100644 --- a/model_alias.c +++ b/model_alias.c @@ -787,6 +787,7 @@ static void Mod_BuildAliasSkinFromSkinFrame(texture_t *texture, skinframe_t *ski texture->currentmaterialflags = texture->basematerialflags; texture->offsetmapping = OFFSETMAPPING_DEFAULT; texture->offsetscale = 1; + texture->offsetbias = 0; texture->specularscalemod = 1; texture->specularpowermod = 1; texture->surfaceflags = 0;