made texflag a short everywhere (only stores one flag)

fix for crash with separate (missing NULL check)
This commit is contained in:
2009-10-15 09:00:40 +00:00
parent a6645bfafb
commit a28b9512fe
6 changed files with 7 additions and 7 deletions

View File

@@ -292,7 +292,7 @@ static void createTransTexspace(bContext *C, TransInfo *t)
TransData *td;
Object *ob;
ID *id;
int *texflag;
short *texflag;
ob = OBACT;