mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-11 07:01:43 +00:00
Fixed missing return value at the end of R_ApplyRenderer(). (committed by proxy for Spike)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2525 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
574e7c1e11
commit
bd853ce67a
1 changed files with 2 additions and 0 deletions
|
@ -1502,6 +1502,8 @@ qboolean R_ApplyRenderer (rendererstate_t *newr)
|
|||
R_SetRenderer(newr->renderer);
|
||||
|
||||
R_ApplyRenderer_Load(newr);
|
||||
|
||||
return true;
|
||||
}
|
||||
qboolean R_ApplyRenderer_Load (rendererstate_t *newr)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue