mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix crash with "setrendermode 4" in builds with Polymer disabled
git-svn-id: https://svn.eduke32.com/eduke32@6488 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
3b9587cfa2
commit
d33107808e
1 changed files with 2 additions and 0 deletions
|
@ -13088,6 +13088,8 @@ int32_t setrendermode(int32_t renderer)
|
|||
G_Polymer_UnInit();
|
||||
polymer_uninit();
|
||||
}
|
||||
# else
|
||||
else renderer = REND_POLYMOST;
|
||||
# endif
|
||||
|
||||
basepalreset = 1;
|
||||
|
|
Loading…
Reference in a new issue