From 170d87ed3967729809eec4b4193d5b81bab95d1e Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 2 Aug 2020 05:42:46 -0500 Subject: [PATCH] Fix references on overlay documentation (#931) --- docs/_docs/watermarks-and-overlays.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/watermarks-and-overlays.md b/docs/_docs/watermarks-and-overlays.md index a3a117d0..a770c699 100644 --- a/docs/_docs/watermarks-and-overlays.md +++ b/docs/_docs/watermarks-and-overlays.md @@ -45,8 +45,8 @@ Any changes in the overlay appearance will be recorded in real-time in the pictu or video snapshot that you are capturing. As you can see in the example, you can also selectively choose, for each overlay, whether it -will draw on the preview (`layout_drawOnPreview`), on picture snapshots (`layout_drawOnPreview`), -on video snapshots (`layout_drawOnPreview`). +will draw on the preview (`layout_drawOnPreview`), on picture snapshots (`layout_drawOnPictureSnapshot`), +on video snapshots (`layout_drawOnVideoSnapshot`). ### Advanced Usage