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_2d_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_2d_editor_plugin.h')
-rw-r--r-- | editor/plugins/cpu_particles_2d_editor_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/plugins/cpu_particles_2d_editor_plugin.h b/editor/plugins/cpu_particles_2d_editor_plugin.h index f715abd87b..84bbfff095 100644 --- a/editor/plugins/cpu_particles_2d_editor_plugin.h +++ b/editor/plugins/cpu_particles_2d_editor_plugin.h @@ -44,7 +44,8 @@ class CPUParticles2DEditorPlugin : public EditorPlugin { enum { MENU_LOAD_EMISSION_MASK, - MENU_CLEAR_EMISSION_MASK + MENU_CLEAR_EMISSION_MASK, + MENU_RESTART }; enum EmissionMode { |