|
@@ -32,6 +32,7 @@ Drawable::Drawable (const Drawable& other) |
|
|
: Component (other.getName())
|
|
|
: Component (other.getName())
|
|
|
{
|
|
|
{
|
|
|
setComponentID (other.getComponentID());
|
|
|
setComponentID (other.getComponentID());
|
|
|
|
|
|
setTransform (other.getTransform());
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
Drawable::~Drawable()
|
|
|
Drawable::~Drawable()
|
|
|