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/particles_editor_plugin.h | |
parent | 5a29be31b3055e218107df50bbbebdc0865026e8 (diff) | |
download | redot-engine-64ecc8a5a3e22f92cf480f65249ac5468b9b5b89.tar.gz |
properly set emitting when particles restart
Diffstat (limited to 'editor/plugins/particles_editor_plugin.h')
-rw-r--r-- | editor/plugins/particles_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/particles_editor_plugin.h b/editor/plugins/particles_editor_plugin.h index b1c53dcf94..5d05fbd4ac 100644 --- a/editor/plugins/particles_editor_plugin.h +++ b/editor/plugins/particles_editor_plugin.h @@ -86,6 +86,7 @@ class ParticlesEditor : public ParticlesEditorBase { MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_MESH, MENU_OPTION_CLEAR_EMISSION_VOLUME, MENU_OPTION_CONVERT_TO_CPU_PARTICLES, + MENU_OPTION_RESTART, }; |