Skip to content

Commit

Permalink
fix: up the GL_MAXTEXTURES to 8192
Browse files Browse the repository at this point in the history
  • Loading branch information
jite committed Sep 7, 2011
1 parent 37ec800 commit c5030df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gl_texture.h
Expand Up @@ -33,7 +33,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define TEX_NO_PCX (1<<8) // do not load pcx images
#define TEX_NO_TEXTUREMODE (1<<9) // ignore gl_texturemode* changes for texture

#define MAX_GLTEXTURES 1024
#define MAX_GLTEXTURES 8192 //dimman: old value 1024 isn't enough when using high framecount sprites (according to Spike)


void GL_Bind (int texnum);
Expand Down

0 comments on commit c5030df

Please sign in to comment.