This commit is contained in:
Atlante45 2015-12-01 16:25:08 -08:00
parent 180ffcc456
commit c8ab95bb53

View file

@ -229,9 +229,9 @@ protected:
struct Particle {
float seed { 0.0f };
float lifetime { 0.0f };
glm::vec3 position { Vectors::ZERO};
glm::vec3 velocity { Vectors::ZERO};
glm::vec3 acceleration { Vectors::ZERO};
glm::vec3 position { Vectors::ZERO };
glm::vec3 velocity { Vectors::ZERO };
glm::vec3 acceleration { Vectors::ZERO };
};
// Particles container