X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FWindParticle.h;h=9893dee29659991e5a95dfef2612d265a49094d1;hb=HEAD;hp=560e660bbdc36c0f010bbf2715eb9d01ae9ca53e;hpb=5e0713e5967be038b1b0cc5f0ffbd0180e3f7099;p=physics.git diff --git a/src/Entities/WindParticle.h b/src/Entities/WindParticle.h index 560e660..9893dee 100644 --- a/src/Entities/WindParticle.h +++ b/src/Entities/WindParticle.h @@ -35,7 +35,7 @@ class WindParticle: public Point virtual void update(float); protected: - float radius; + float m_radius; // color };