Merge pull request #39162 from lawnjelly/light_shadow_mask
3.2 Light2D shadow mask construction fix
This commit is contained in:
commit
5c6d4edc88
|
@ -665,7 +665,7 @@ public:
|
|||
item_mask = 1;
|
||||
scale = 1.0;
|
||||
energy = 1.0;
|
||||
item_shadow_mask = -1;
|
||||
item_shadow_mask = 1;
|
||||
mode = VS::CANVAS_LIGHT_MODE_ADD;
|
||||
texture_cache = NULL;
|
||||
next_ptr = NULL;
|
||||
|
|
Loading…
Reference in New Issue