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:
terminx 2013-05-25 06:11:38 +00:00
parent c366388a9e
commit 06713baf8d

View file

@ -895,7 +895,7 @@ int32_t startwin_run(void)
if (ud.config.NoAutoLoad) settings.autoload = FALSE;
else settings.autoload = TRUE;
#ifdef POLYMER
if (glrendmode == RDR_POLYMER)
if (glrendmode == REND_POLYMER)
{
if (settings.bpp3d == 8) settings.bpp3d = 32;
settings.polymer = TRUE;