Skip to content

Commit

Permalink
More comment wrapping, I forgot to save...
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Mar 22, 2014
1 parent 5c40282 commit 0bb616e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ModelMultiParticlePersistFX.cs
Expand Up @@ -49,7 +49,8 @@ public class ModelMultiParticlePersistFX : EffectBehaviour {
[Persistent]
public double initialDensity = .6;

// Whether to apply Archimedes' force, gravity and other things to the particle.
// Whether to apply Archimedes' force, gravity and other things to the
// particle.
[Persistent]
public bool physical = false;

Expand Down

0 comments on commit 0bb616e

Please sign in to comment.