- added palette shader and fixed a few things.

This commit is contained in:
Christoph Oelckers 2018-04-07 12:17:23 +02:00
commit 221beec979
6 changed files with 20 additions and 8 deletions

View file

@ -84,8 +84,8 @@ CUSTOM_CVAR (Int, vid_renderer, 1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINI
self = 0; // make sure to actually switch to the software renderer
break;
}
Printf("You must restart " GAMENAME " to switch the renderer\n");
}
currentrenderer = self;
}
void I_ShutdownGraphics ()