mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Bump MAXCLIPNUM to 3072 because IM was still hitting it with 2048
git-svn-id: https://svn.eduke32.com/eduke32@7437 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d48ca24079
commit
0b1c21d477
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define MAXCLIPNUM 2048
|
||||
#define MAXCLIPNUM 3072
|
||||
|
||||
#ifdef HAVE_CLIPSHAPE_FEATURE
|
||||
|
||||
|
|
Loading…
Reference in a new issue