UI: Fix Small inconsistency in particle emission

This property was being called something
else depending on the distribution type
This commit is contained in:
Your Name 2019-08-03 16:14:23 -04:00
parent edcefb739a
commit 85a7cebd53
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ class PARTICLE_PT_emission_source(ParticleButtonsPanel, Panel):
col.prop(part, "invert_grid")
col.prop(part, "hexagonal_grid")
else:
col.prop(part, "use_emit_random")
col.prop(part, "use_emit_random", text="Random Order")
col.prop(part, "use_even_distribution")
if part.emit_from == 'FACE' or part.emit_from == 'VOLUME':