diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-07-07 09:04:22 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2018-07-07 09:04:22 -0300 |
commit | ea473594086ebc4d0f5ec8d3cb5fac1607909571 (patch) | |
tree | 25741761ed1bc6bfb4eeed6594a1fde114432c14 /editor/plugins/particles_editor_plugin.h | |
parent | 7dcaabaf1989f0e4d6957ca123df522c805ac57a (diff) | |
download | redot-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.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 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, }; |