mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
Fix typo
This commit is contained in:
parent
b0aabe4e8a
commit
c58ce49ec1
|
@ -100,7 +100,7 @@ func set_layer_metadata_image(
|
||||||
if not include:
|
if not include:
|
||||||
# Store a small red value as a way to indicate that this layer should be skipped
|
# Store a small red value as a way to indicate that this layer should be skipped
|
||||||
# Used for layers such as child layers of a group, so that the group layer itself can
|
# Used for layers such as child layers of a group, so that the group layer itself can
|
||||||
# sucessfuly be used as a clipping mask with the layer below it.
|
# sucessfully be used as a clipping mask with the layer below it.
|
||||||
image.set_pixel(index, 3, Color(0.2, 0.0, 0.0, 0.0))
|
image.set_pixel(index, 3, Color(0.2, 0.0, 0.0, 0.0))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue