mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- Change "vid_used3d" to true by default, in Windows.
This commit is contained in:
parent
4ec2db43a4
commit
931d241056
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ int currentcanvas = -1;
|
|||
bool changerenderer;
|
||||
|
||||
// Software OpenGL canvas
|
||||
CUSTOM_CVAR(Bool, vid_used3d, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINITCALL)
|
||||
CUSTOM_CVAR(Bool, vid_used3d, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINITCALL)
|
||||
{
|
||||
if (self != currentcanvas)
|
||||
Printf("You must restart " GAMENAME " for this change to take effect.\n");
|
||||
|
|
Loading…
Reference in a new issue