Fix: GPv3: Blend mode not initialized when adding a new layer

This commit is contained in:
Sietse Brouwer 2024-03-25 15:30:56 +01:00 committed by Falk David
parent 31c194c002
commit 76c164e0ad
1 changed files with 1 additions and 0 deletions

View File

@ -880,6 +880,7 @@ Layer::Layer()
this->frames_storage.values = nullptr;
this->frames_storage.flag = 0;
this->blend_mode = GP_LAYER_BLEND_NONE;
this->opacity = 1.0f;
this->parent = nullptr;