Fix #34508: particle emitter show/hide option did not work correct after

recent bugfix.
This commit is contained in:
Brecht Van Lommel 2013-03-03 15:07:18 +00:00
parent 4774357b59
commit e80b0db58c

@ -350,7 +350,7 @@ static bool object_render_hide(BL::Object b_ob, bool top_level, bool parent_hide
hide = true;
hide_triangles = (hair_present && !show_emitter);
return hide;
return hide && !show_emitter;
}
/* Object Loop */