sw_engine renderer: ++exception handling.

initialize a member with the default value.
This commit is contained in:
Hermet Park 2021-07-26 16:49:54 +09:00
parent 30ebf35c13
commit 57e086db64

View file

@ -63,7 +63,7 @@ struct SwShapeTask : SwTask
{ {
SwShape shape; SwShape shape;
const Shape* sdata = nullptr; const Shape* sdata = nullptr;
bool cmpStroking; bool cmpStroking = false;
void run(unsigned tid) override void run(unsigned tid) override
{ {