made texflag a short everywhere (only stores one flag)
fix for crash with separate (missing NULL check)
This commit is contained in:
@@ -292,7 +292,7 @@ static void createTransTexspace(bContext *C, TransInfo *t)
|
||||
TransData *td;
|
||||
Object *ob;
|
||||
ID *id;
|
||||
int *texflag;
|
||||
short *texflag;
|
||||
|
||||
ob = OBACT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user