]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_sprite.c
damn, committed the old version of my patch... this now is the REAL v_flipped
[xonotic/darkplaces.git] / model_sprite.c
index 49c793381f90360e9a397ae615cac5d6c947bf9c..623243d7c1781b6986aa36eec67effac8b28fe91 100644 (file)
@@ -43,7 +43,7 @@ static void Mod_SpriteSetupTexture(texture_t *texture, skinframe_t *skinframe, q
 {
        if (!skinframe)
                skinframe = R_SkinFrame_LoadMissing();
-       texture->basematerialflags = MATERIALFLAG_WALL | MATERIALFLAG_NOCULLFACE;
+       texture->basematerialflags = MATERIALFLAG_WALL;
        if (fullbright)
                texture->basematerialflags |= MATERIALFLAG_FULLBRIGHT;
        if (additive)