disable inline copy to clipboard
continuous-integration/drone/push Build is passing Details

main
cosmonaut 2021-01-25 12:24:59 -08:00
parent 85151cd82f
commit ffb3f34320
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
public/

View File

@ -16,3 +16,4 @@ home = [ "HTML", "RSS", "JSON"]
showVisitedLinks = false
disableBreadcrumb = false
disableNextPrev = false
disableInlineCopyToClipBoard = true

View File

@ -53,7 +53,7 @@ protected void Draw(double dt, double alpha)
...
private void SaveScreenshot9)
private void SaveScreenshot()
{
GraphicsDevice.Wait();
screenshotBuffer.GetData(screenshotPixels, screenShotBufferSize);