X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FEntity.h;h=8e70b9949c927d4863518efbbda63ddb63ee65bb;hb=389bf8fdd7e1b8f4fe21e5a9fdb477d40d03d829;hp=ff1db589f1655992caf14e1416d971f7e93fe0ec;hpb=5e0713e5967be038b1b0cc5f0ffbd0180e3f7099;p=physics.git 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