and that broke gles2 things, so lets fix it again.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4290 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bae63427a5
commit
5f0380d6b4
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ static void BE_ApplyAttributes(unsigned int bitstochange, unsigned int bitstoend
|
|||
if (!((bitstochange|bitstoendisable) & ~((1u<<VATTR_LEG_VERTEX) | (1u<<VATTR_LEG_COLOUR))))
|
||||
return;
|
||||
|
||||
for (i = 1; i < VATTR_LEG_FIRST; i++)
|
||||
for (i = 0; i < VATTR_LEG_FIRST; i++)
|
||||
{
|
||||
if ((bitstochange) & (1u<<i))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue