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

main
cosmonaut 3 years ago
parent 85151cd82f
commit ffb3f34320

1
.gitignore vendored

@ -0,0 +1 @@
public/

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

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

Loading…
Cancel
Save