mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
sw_engine renderer: ++exception handling.
initialize a member with the default value.
This commit is contained in:
parent
30ebf35c13
commit
57e086db64
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ struct SwShapeTask : SwTask
|
|||
{
|
||||
SwShape shape;
|
||||
const Shape* sdata = nullptr;
|
||||
bool cmpStroking;
|
||||
bool cmpStroking = false;
|
||||
|
||||
void run(unsigned tid) override
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue