Revert "- made r_fullbrightignoresectorcolor a MAPINFO option, so far only working on the software renderer. GL still needs a few changes to handle it correctly."
This reverts commit dd03bb1fcb.
Turns out that making this work in GL will create a complete mess so better remove the option as it would only cause problems.
This commit is contained in:
parent
dd03bb1fcb
commit
1d2ae53ecb
12 changed files with 25 additions and 53 deletions
|
|
@ -91,11 +91,6 @@ static TArray<DVector3a> InterpolationPath;
|
|||
|
||||
// PUBLIC DATA DEFINITIONS -------------------------------------------------
|
||||
|
||||
CUSTOM_CVAR(Int, r_preservesectorcolor, -1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
||||
{
|
||||
if (self < -1 || self > 1) self = -1;
|
||||
}
|
||||
|
||||
CVAR (Bool, r_deathcamera, false, CVAR_ARCHIVE)
|
||||
CVAR (Int, r_clearbuffer, 0, 0)
|
||||
CVAR (Bool, r_drawvoxels, true, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue