change Vector2 param to a const Vector2&
[physics.git] / src / Entities / PhysicsEntity.h
index 49849ab..dd6455b 100644 (file)
@@ -8,7 +8,7 @@
 class PhysicsEntity: public Entity
 {
     protected:
-        PhysicsEntity(Vector2);
+        PhysicsEntity(const Vector2&);
 
     public:
         virtual ~PhysicsEntity();