diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-13 20:44:32 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-13 20:44:32 +0100 |
commit | 512aa7f54b88994d3095971b2001930b4e612947 (patch) | |
tree | 443188c36fcb380b335504ac01b7730bca70266b /src/crepe/Particle.h | |
parent | 79741613fdf915bfb8b7517826205d2cb1715971 (diff) |
make format
Diffstat (limited to 'src/crepe/Particle.h')
-rw-r--r-- | src/crepe/Particle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crepe/Particle.h b/src/crepe/Particle.h index 0170117..ee0cd66 100644 --- a/src/crepe/Particle.h +++ b/src/crepe/Particle.h @@ -41,7 +41,8 @@ public: * \param velocity The initial velocity of the particle. * \param angle The angle of the particle's trajectory or orientation. */ - void reset(unsigned int lifespan, const vec2 & position, const vec2 & velocity, float angle); + void reset(unsigned int lifespan, const vec2 & position, const vec2 & velocity, + float angle); /** * \brief Updates the particle's state. * |