]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_sprite.c
Fix $# in aliases.
[xonotic/darkplaces.git] / model_sprite.c
index e24c8421ce84eae2e99afcb78eb6735ed2c698c7..33117f6803a15fc13c5645c3155c8754a90af84b 100644 (file)
@@ -67,6 +67,7 @@ static void Mod_SpriteSetupTexture(texture_t *texture, skinframe_t *skinframe, q
        texture->specularscalemod = 1;
        texture->specularpowermod = 1;
        texture->basematerialflags = MATERIALFLAG_WALL;
+       texture->basealpha = 1.0f;
        if (fullbright)
                texture->basematerialflags |= MATERIALFLAG_FULLBRIGHT;
        if (additive)