OCD fixes: Adds a space after /* (glory to regular expressions!)
This commit is contained in:
parent
695344d163
commit
1e49b1ed6e
83 changed files with 459 additions and 459 deletions
|
@ -196,7 +196,7 @@ explodeEmitter(struct particle *emitter)
|
|||
float speed = randomFloat(0.00, powf(0.17, exponent));
|
||||
speed = powf(speed, 1.0f / exponent);
|
||||
|
||||
/*select the particle at the end of our array */
|
||||
/* select the particle at the end of our array */
|
||||
struct particle *p = &particles[num_active_particles];
|
||||
|
||||
/* set the particles properties */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue