summaryrefslogtreecommitdiffstats
path: root/editor/plugins/cpu_particles_2d_editor_plugin.h
diff options
context:
space:
mode:
authorclayjohn <claynjohn@gmail.com>2019-06-21 22:33:11 -0700
committerclayjohn <claynjohn@gmail.com>2019-06-21 22:33:11 -0700
commit64ecc8a5a3e22f92cf480f65249ac5468b9b5b89 (patch)
tree68c17bee47e22471ae186125d7bab67b9514d35f /editor/plugins/cpu_particles_2d_editor_plugin.h
parent5a29be31b3055e218107df50bbbebdc0865026e8 (diff)
downloadredot-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.h3
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 {