]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.c
static crosshair is now drawn during sbar stage (where it should be), fixes the bug...
[xonotic/darkplaces.git] / model_brush.c
index a3f4a314747395f7e2292626675cbaadee687997..9c0cf4e8328752cb6d43b27a51e2a3aac80cc065 100644 (file)
@@ -1316,8 +1316,6 @@ static void Mod_LoadFaces (lump_t *l)
 
                // force lightmap upload on first time seeing the surface
                out->cached_dlight = true;
-               out->cached_ambient = -1000;
-               out->cached_lightscalebit = -1000;
 
                CalcSurfaceExtents (out);