disable inline copy to clipboard
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
85151cd82f
commit
ffb3f34320
|
@ -0,0 +1 @@
|
||||||
|
public/
|
|
@ -16,3 +16,4 @@ home = [ "HTML", "RSS", "JSON"]
|
||||||
showVisitedLinks = false
|
showVisitedLinks = false
|
||||||
disableBreadcrumb = false
|
disableBreadcrumb = false
|
||||||
disableNextPrev = false
|
disableNextPrev = false
|
||||||
|
disableInlineCopyToClipBoard = true
|
||||||
|
|
|
@ -53,7 +53,7 @@ protected void Draw(double dt, double alpha)
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
private void SaveScreenshot9)
|
private void SaveScreenshot()
|
||||||
{
|
{
|
||||||
GraphicsDevice.Wait();
|
GraphicsDevice.Wait();
|
||||||
screenshotBuffer.GetData(screenshotPixels, screenShotBufferSize);
|
screenshotBuffer.GetData(screenshotPixels, screenShotBufferSize);
|
||||||
|
|
Loading…
Reference in New Issue