mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 22:01:50 +00:00
Silly mistake, made the directx9 option select the d3d7 renderer by
mistake. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2903 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4ffbf6fe06
commit
12d0492566
1 changed files with 1 additions and 1 deletions
|
@ -1280,7 +1280,7 @@ qboolean M_VideoApply (union menuoption_s *op,struct menu_s *menu,int key)
|
|||
Cbuf_AddText("setrenderer d3d7\n", RESTRICT_LOCAL);
|
||||
break;
|
||||
case 3:
|
||||
Cbuf_AddText("setrenderer d3d7\n", RESTRICT_LOCAL);
|
||||
Cbuf_AddText("setrenderer d3d9\n", RESTRICT_LOCAL);
|
||||
break;
|
||||
}
|
||||
M_RemoveMenu(menu);
|
||||
|
|
Loading…
Reference in a new issue