summaryrefslogtreecommitdiffstats
path: root/editor/plugins/particles_editor_plugin.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-07-07 09:04:22 -0300
committerJuan Linietsky <reduzio@gmail.com>2018-07-07 09:04:22 -0300
commitea473594086ebc4d0f5ec8d3cb5fac1607909571 (patch)
tree25741761ed1bc6bfb4eeed6594a1fde114432c14 /editor/plugins/particles_editor_plugin.h
parent7dcaabaf1989f0e4d6957ca123df522c805ac57a (diff)
downloadredot-engine-ea473594086ebc4d0f5ec8d3cb5fac1607909571.tar.gz
Add option to convert Particles to CPUParticles
Diffstat (limited to 'editor/plugins/particles_editor_plugin.h')
-rw-r--r--editor/plugins/particles_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/particles_editor_plugin.h b/editor/plugins/particles_editor_plugin.h
index d1fef1fbc1..622ce6e8a9 100644
--- a/editor/plugins/particles_editor_plugin.h
+++ b/editor/plugins/particles_editor_plugin.h
@@ -84,6 +84,7 @@ class ParticlesEditor : public ParticlesEditorBase {
MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_NODE,
MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_MESH,
MENU_OPTION_CLEAR_EMISSION_VOLUME,
+ MENU_OPTION_CONVERT_TO_CPU_PARTICLES,
};