diff CollidoscopeApp/include/ParticleController.h @ 16:4dad0b810f18

Comment tidy up + attributions
author Fiore Martin <f.martin@qmul.ac.uk>
date Tue, 16 Aug 2016 14:27:53 +0100
parents 75b744078d66
children
line wrap: on
line diff
--- a/CollidoscopeApp/include/ParticleController.h	Mon Aug 15 17:00:22 2016 +0100
+++ b/CollidoscopeApp/include/ParticleController.h	Tue Aug 16 14:27:53 2016 +0100
@@ -36,7 +36,7 @@
         ci::vec2	mCloudCenter; // initial positin of the particle 
         ci::vec2	mVel;         // velocity 
         float       mCloudSize;   // how big is the area where particle float around. When a particle hits the 
-                                  //   border of the area it gets deflected 
+                                  // border of the area it gets deflected 
 
         int			mAge;      // when mAge == mLifeSpan the particle is disposed 
         int			mLifespan; // how long a particle lives