- Change "vid_used3d" to true by default, in Windows.

This commit is contained in:
raa-eruanna 2016-10-17 01:13:58 -04:00
parent 4ec2db43a4
commit 931d241056
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ int currentcanvas = -1;
bool changerenderer; bool changerenderer;
// Software OpenGL canvas // 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) if (self != currentcanvas)
Printf("You must restart " GAMENAME " for this change to take effect.\n"); Printf("You must restart " GAMENAME " for this change to take effect.\n");