]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
Fix missing loading screen text. A redraw must always occur when pushing.
[xonotic/darkplaces.git] / cl_main.c
index b0c913d054fa1e0092262e219ba89f46c56b8664..4256fc2d64f90a6f2478caab85651051f420abba 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -2395,6 +2395,7 @@ static void CL_MeshEntities_Init(void)
                ent = cl_meshentities + i;
                ent->state_current.active = true;
                ent->render.model = cl_meshentitymodels + i;
+               Mod_Mesh_Create(ent->render.model, cl_meshentitynames[i]);      
                ent->render.alpha = 0.999999f; // not quite 1 so that MATERIALFLAG_ALPHA is always set.
                ent->render.flags = RENDER_SHADOW | RENDER_LIGHT;
                ent->render.framegroupblend[0].lerp = 1;