sw_engine Renderer: Fix build problem caused by merge conflict.

This commit is contained in:
JunsuChoi 2021-02-19 17:28:17 +09:00 committed by JunsuChoi
parent d86032df36
commit 70e1e7f1c6

View file

@ -340,6 +340,7 @@ bool SwRenderer::renderShape(RenderData data)
a = static_cast<uint8_t>((opacity * (uint32_t) a) / 255);
if (a > 0) rasterStroke(surface, &task->shape, r, g, b, a);
}
}
if (task->cmpStroking) endComposite(cmp);