even more bug fixes

This commit is contained in:
viktorljung
2015-10-07 15:45:50 +02:00
parent 892fe5e666
commit 71fe786b04
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ struct ParticleEmitter : public Component
double SpawnRate = 1.f;
double TimeSinceLastSpawn = 0;
//ParticleSystem variables
//System variables
float GravityScale = 1.0f;
};