X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FEntities%2FEntity.h;h=8e70b9949c927d4863518efbbda63ddb63ee65bb;hp=ff1db589f1655992caf14e1416d971f7e93fe0ec;hb=3ae4b04702cc54d19264e57105a7073c40c5e116;hpb=fd1a93a71bc0222dd77f56c145d550cb6f7829bc diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h index ff1db58..8e70b99 100644 --- a/src/Entities/Entity.h +++ b/src/Entities/Entity.h @@ -39,8 +39,8 @@ class Entity const Vector2& velocityRaw() const; protected: - Vector2 position; - Vector2 velocity; + Vector2 m_position; + Vector2 m_velocity; }; #endif // ENTITY_H