Just shoving that bit in here
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5123 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a255ee0def
commit
2b3d8b39e4
1 changed files with 4 additions and 0 deletions
|
@ -1197,6 +1197,10 @@ static void R_HalfLife_WalkMeshes(entity_t *rent, batch_t *b, batch_t **batches)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ( rent->forcedshader ) {
|
||||
b->shader = rent->forcedshader;
|
||||
}
|
||||
|
||||
b->buildmeshes = R_HL_BuildMesh;
|
||||
b->ent = rent;
|
||||
|
|
Loading…
Reference in a new issue