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:
parent
f58cede199
commit
e7a29a440f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue