mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Fix a reference to "RDR_POLYMER" that was missed in startgtk
git-svn-id: https://svn.eduke32.com/eduke32@3814 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c366388a9e
commit
06713baf8d
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ int32_t startwin_run(void)
|
||||||
if (ud.config.NoAutoLoad) settings.autoload = FALSE;
|
if (ud.config.NoAutoLoad) settings.autoload = FALSE;
|
||||||
else settings.autoload = TRUE;
|
else settings.autoload = TRUE;
|
||||||
#ifdef POLYMER
|
#ifdef POLYMER
|
||||||
if (glrendmode == RDR_POLYMER)
|
if (glrendmode == REND_POLYMER)
|
||||||
{
|
{
|
||||||
if (settings.bpp3d == 8) settings.bpp3d = 32;
|
if (settings.bpp3d == 8) settings.bpp3d = 32;
|
||||||
settings.polymer = TRUE;
|
settings.polymer = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue