Skip to content

Commit

Permalink
Remove cone shape from particle emitter (#446)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 authored Jun 17, 2024
1 parent cdc2839 commit 3d18b1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proto/gz/msgs/particle_emitter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ message ParticleEmitter
CYLINDER = 2;
/// \brief Ellipsoid emitter.
ELLIPSOID = 3;
/// \brief Cone emitter.
CONE = 4;
}
/// \brief The emitter type.
EmitterType type = 4;
Expand Down

0 comments on commit 3d18b1e

Please sign in to comment.