common shape: fix grammar mistake.

array values are not copied by *a = *b;
This commit is contained in:
Hermet Park 2020-09-17 11:29:02 +09:00
parent 8d5e4e883d
commit 1a247fe1f7

View file

@ -166,7 +166,7 @@ struct Shape::Impl
bool duplicate(Shape::Impl *src)
{
//Color
*color = *src->color;
memcpy(color, src->color, sizeof(color));
flag = RenderUpdateFlag::Color;
//Copy Path