1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

Fix comments

This commit is contained in:
Paul Licameli
2020-12-07 17:22:13 -05:00
parent 98d7218e31
commit 67db388b25
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ std::unique_ptr<wxImage> ChangeImageColour(wxImage * srcImage,
// Takes a background image, foreground image, and mask
// (i.e. the alpha channel for the foreground), and
// returns an NEW image where the foreground has been
// returns a NEW image where the foreground has been
// overlaid onto the background using alpha-blending,
// at location (xoff, yoff).
std::unique_ptr<wxImage> OverlayImage(wxImage * background, wxImage * foreground,