1
0
Fork 0
forked from fte/fteqw

fix crashes on ATI cards.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4691 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2014-06-22 03:14:07 +00:00
parent f58cede199
commit e7a29a440f

View file

@ -51,7 +51,7 @@ typedef enum {
} shadersort_t;
#define MAX_BONES 256
#define MAX_GPU_BONES 256
#define MAX_GPU_BONES 64 //ATI drivers bug out and start to crash if you put this at 128. FIXME: make dynamic.
struct doll_s;
void rag_flushdolls(qboolean force);
void rag_freedoll(struct doll_s *doll);