Add a parameter for shapes to not drop shadow.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
Shape::Shape(ShapeType type)
|
||||
{
|
||||
this->dropShadow = true;
|
||||
this->type = type;
|
||||
this->transformMatrix = Matrix4().identity();
|
||||
this->inverseTransform = this->transformMatrix.inverse();
|
||||
|
||||
Reference in New Issue
Block a user