X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FEntities%2FWindParticle.h;h=9893dee29659991e5a95dfef2612d265a49094d1;hp=560e660bbdc36c0f010bbf2715eb9d01ae9ca53e;hb=3ae4b04702cc54d19264e57105a7073c40c5e116;hpb=fd1a93a71bc0222dd77f56c145d550cb6f7829bc 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 };