diff options
| author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-12 15:51:29 +0100 | 
|---|---|---|
| committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-12 15:51:29 +0100 | 
| commit | d4b4a54f919872ef1295890cd36ac46d89a4426d (patch) | |
| tree | a756abccb2ab1f8c549893dca57541d222ccb8a3 /src/crepe/system/ParticleSystem.h | |
| parent | 5b1c45c2c3bd695ee8d8b5baa4b1988e24596559 (diff) | |
removed old code
Diffstat (limited to 'src/crepe/system/ParticleSystem.h')
| -rw-r--r-- | src/crepe/system/ParticleSystem.h | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/src/crepe/system/ParticleSystem.h b/src/crepe/system/ParticleSystem.h index 454b65f..95a2bd5 100644 --- a/src/crepe/system/ParticleSystem.h +++ b/src/crepe/system/ParticleSystem.h @@ -58,14 +58,6 @@ private:  	 * \return Random speed.  	 */  	float generate_random_speed(float min_speed, float max_speed) const; - -private: -	//! Counter to count updates to determine how many times emit_particle is -	// called. -	unsigned int update_count = 0; -	//! Determines the lowest amount of emission rate (1000 = 0.001 = 1 particle per 1000 -	// updates). -	static constexpr unsigned int MAX_UPDATE_COUNT = 100;  };  } // namespace crepe |