Skip to content

Commit

Permalink
Update ScreenshotPlugin.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
JVNpixels authored Sep 22, 2024
1 parent 754e2ed commit 7383bed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/funkin/util/plugins/ScreenshotPlugin.hx
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ class ScreenshotPlugin extends FlxBasic
{
super.update(elapsed);

#if !html5
if (hasPressedScreenshot())
{
capture();
}
#end
}

/**
Expand Down

0 comments on commit 7383bed

Please sign in to comment.