diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-11-13 19:00:29 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-11-13 19:00:29 +0100 |
commit | 1d4b3a44c9ce1e69f4f0e3909998225f8af3fea2 (patch) | |
tree | 9ce098dee89a3f12cbd103e1e944b4a429e35b14 /src/crepe/Particle.cpp | |
parent | e42d0877592aa1e88afbe0bc65822cd53a82205d (diff) |
fixed feedback
Diffstat (limited to 'src/crepe/Particle.cpp')
-rw-r--r-- | src/crepe/Particle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/Particle.cpp b/src/crepe/Particle.cpp index ab55f37..1c3c138 100644 --- a/src/crepe/Particle.cpp +++ b/src/crepe/Particle.cpp @@ -2,7 +2,7 @@ using namespace crepe; -void Particle::reset(uint32_t lifespan, Vector2 position, Vector2 velocity, +void Particle::reset(uint32_t lifespan, const Vector2& position,const Vector2& velocity, double angle) { // Initialize the particle state this->time_in_life = 0; |