Accidentally committed a line paste with declaration outside of { }...

Thanks jK!
This commit is contained in:
2004-10-14 10:50:08 +00:00
parent 31956cda44
commit c8c68fba7a

View File

@@ -6707,8 +6707,8 @@ void single_object_users(int flag)
if( (base->flag & flag)==flag) {
relink_constraints(&base->object->constraints);
bPoseChannel *chan;
if (base->object->pose){
bPoseChannel *chan;
for (chan = base->object->pose->chanbase.first; chan; chan=chan->next){
relink_constraints(&chan->constraints);
}