diff options
author | clayjohn <claynjohn@gmail.com> | 2019-06-21 22:33:11 -0700 |
---|---|---|
committer | clayjohn <claynjohn@gmail.com> | 2019-06-21 22:33:11 -0700 |
commit | 64ecc8a5a3e22f92cf480f65249ac5468b9b5b89 (patch) | |
tree | 68c17bee47e22471ae186125d7bab67b9514d35f /editor/plugins/cpu_particles_editor_plugin.h | |
parent | 5a29be31b3055e218107df50bbbebdc0865026e8 (diff) | |
download | redot-engine-64ecc8a5a3e22f92cf480f65249ac5468b9b5b89.tar.gz |
properly set emitting when particles restart
Diffstat (limited to 'editor/plugins/cpu_particles_editor_plugin.h')
-rw-r--r-- | editor/plugins/cpu_particles_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/cpu_particles_editor_plugin.h b/editor/plugins/cpu_particles_editor_plugin.h index 09b0adbe5d..674f00dc9f 100644 --- a/editor/plugins/cpu_particles_editor_plugin.h +++ b/editor/plugins/cpu_particles_editor_plugin.h @@ -43,6 +43,7 @@ class CPUParticlesEditor : public ParticlesEditorBase { MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_NODE, MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_MESH, MENU_OPTION_CLEAR_EMISSION_VOLUME, + MENU_OPTION_RESTART }; |