]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.c
major speedup to alias model fake shadow rendering
[xonotic/darkplaces.git] / model_brush.c
index 9c0cf4e8328752cb6d43b27a51e2a3aac80cc065..7382001b684239ce9e55e9761e47b04973163797 100644 (file)
@@ -2475,7 +2475,7 @@ void Mod_LoadBrushModel (model_t *mod, void *buffer)
                mod->numleafs = bm->visleafs;
 
                mod->Draw = R_DrawBrushModelNormal;
-               mod->DrawShadow = NULL;
+               mod->DrawFakeShadow = NULL;
 
                // LordHavoc: only register submodels if it is the world
                // (prevents bsp models from replacing world submodels)