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
   }
 
   /**