X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FEntities%2FBall.h;fp=src%2FEntities%2FBall.h;h=fd525b0087d294f34dffda332ade6fc82ca556d1;hp=c3a117881a896b366cc02f527c9c3e234ce56a24;hb=fd1a93a71bc0222dd77f56c145d550cb6f7829bc;hpb=a1a3765dc4eaa4f8dad5d8710c3e6f420d3d2e09 diff --git a/src/Entities/Ball.h b/src/Entities/Ball.h index c3a1178..fd525b0 100644 --- a/src/Entities/Ball.h +++ b/src/Entities/Ball.h @@ -37,8 +37,8 @@ class Ball: public PhysicsEntity float getRadius() const; //protected: - float radius; - const float* color; + float m_radius; + const float* m_color; }; #endif // BALL_H