mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-16 04:45:06 +00:00
Re-enable double->float cast warning and fix all instances where this fired
This commit is contained in:
parent
0e6dccbb4e
commit
7a60f493a5
50 changed files with 680 additions and 682 deletions
|
@ -435,7 +435,7 @@ void ParticleEffect::onUpdate(float dt)
|
|||
// stop the particle effect, let the particles all die off before we delete ourselves
|
||||
void ParticleEffect::killParticleEffect()
|
||||
{
|
||||
effectLifeCounter = 0.0001;
|
||||
effectLifeCounter = 0.0001f;
|
||||
die = true;
|
||||
//stop();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue