diff --git a/src/Autoload/DrawingAlgos.gd b/src/Autoload/DrawingAlgos.gd index 4dda47d4b..3125afa8a 100644 --- a/src/Autoload/DrawingAlgos.gd +++ b/src/Autoload/DrawingAlgos.gd @@ -100,7 +100,7 @@ func set_layer_metadata_image( if not include: # 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 - # 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))