mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 01:11:44 +00:00
Enable models by default under EDUKE32_GLES, because they now work!
git-svn-id: https://svn.eduke32.com/eduke32@5528 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
8e52d7b1f7
commit
28a9372a79
1 changed files with 0 additions and 4 deletions
|
@ -29,11 +29,7 @@ extern int32_t filelength(int h); // kplib.c
|
|||
extern char textfont[2048], smalltextfont[2048];
|
||||
|
||||
int32_t rendmode=0;
|
||||
#ifdef EDUKE32_GLES
|
||||
int32_t usemodels=0;
|
||||
#else
|
||||
int32_t usemodels=1;
|
||||
#endif
|
||||
int32_t usehightile=1;
|
||||
int32_t vsync=0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue