forked from bartvdbraak/blender
Uninitialized variable, caused OSX to work, but not the other OS's!
(for Mesh rip)
This commit is contained in:
parent
dc611a7575
commit
931a3bf8bf
@ -5957,7 +5957,7 @@ void mesh_rip(void)
|
||||
if( efa->f & 1)
|
||||
break;
|
||||
if(efa->v4 && faceselectedOR(efa, SELECT) ) {
|
||||
int totsel;
|
||||
int totsel=0;
|
||||
|
||||
if(efa->e1->f & SELECT) totsel++;
|
||||
if(efa->e2->f & SELECT) totsel++;
|
||||
|
Loading…
Reference in New Issue
Block a user