Change an AUTOSPACE to ME_AUTOSPACE to comply with the new naming
convention.
This commit is contained in:
@@ -579,7 +579,7 @@ void my_tex_space_mesh(Mesh *me)
|
||||
|
||||
my_boundbox_mesh(me, loc, size);
|
||||
|
||||
if(me->texflag & AUTOSPACE) {
|
||||
if(me->texflag & ME_AUTOSPACE) {
|
||||
if(me->key) {
|
||||
kb= me->key->refkey;
|
||||
if (kb) {
|
||||
|
||||
Reference in New Issue
Block a user