generated from AfonsoCMSousa/CPP-OpenGLTemplate
fix: physics tweak
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ Particle particle_init(Vec3 position, Color color) {
|
||||
p.color = color;
|
||||
p.velocity = {0.0f, 0.0f, 0.0f};
|
||||
|
||||
p.life = -2.0f; // INFO: Imorta
|
||||
p.life = -2.0f; // INFO: Imortal
|
||||
p.dampening = 0.9f;
|
||||
p.radius = 0.05f;
|
||||
return p;
|
||||
|
||||
Reference in New Issue
Block a user