From 7892501f2390996fdfe6d4805f7c21a7a4bcca25 Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 1 Aug 2020 15:03:40 -0500 Subject: [PATCH] Fix references on overlay documentation --- 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