SDLPP LineRenderer: actually copy in copySelf

This commit is contained in:
2020-12-18 16:05:38 +01:00
parent d4f3e07ae4
commit 27949f891a
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -41,6 +41,7 @@ public:
void setOutlineColor( const std::string & /*UNUSED*/ ) override {}
protected:
virtual void copyTo(std::shared_ptr<RenderObject> other) override;
void updateXY();
double og_x1;
double og_y1;