SDLPP: make copySelf actually copy everything

This commit is contained in:
2020-12-18 16:02:02 +01:00
parent 67a56d31de
commit 20c30712b9
9 changed files with 36 additions and 3 deletions
+1
View File
@@ -25,6 +25,7 @@ public:
int getY() const;
void setColor( const std::string &color );
void setOutlineColor( const std::string &color );
virtual std::shared_ptr<CollisionPolygon> copySelf() = 0;
protected:
double original_x;