From 7383bedaab3e68ad1e1d04d803ab7490f2515cc4 Mon Sep 17 00:00:00 2001 From: JVN-Pixels <146671762+JVNpixels@users.noreply.github.com> Date: Sun, 22 Sep 2024 15:42:24 -0700 Subject: [PATCH] Update ScreenshotPlugin.hx --- source/funkin/util/plugins/ScreenshotPlugin.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/funkin/util/plugins/ScreenshotPlugin.hx b/source/funkin/util/plugins/ScreenshotPlugin.hx index c859710dec..95ee76dd40 100644 --- a/source/funkin/util/plugins/ScreenshotPlugin.hx +++ b/source/funkin/util/plugins/ScreenshotPlugin.hx @@ -79,10 +79,12 @@ class ScreenshotPlugin extends FlxBasic { super.update(elapsed); + #if !html5 if (hasPressedScreenshot()) { capture(); } + #end } /**